docs: update api location

pull/23395/head
Timothy J Fontaine 2014-10-17 15:14:45 -07:00
parent 3139fa20d7
commit b259f245f8
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ website-upload: doc
doc-branch-upload: NODE_DOC_VERSION = v$(shell $(PYTHON) tools/getnodeversion.py | cut -f1,2 -d.)
doc-branch-upload: doc-branch
echo $(NODE_DOC_VERSION)
rsync -r out/doc/api/ node@nodejs.org:~/web/nodejs.org/api/$(NODE_DOC_VERSION)
rsync -r out/doc/api/ node@nodejs.org:~/web/nodejs.org/$(NODE_DOC_VERSION)
docopen: out/doc/api/all.html
-google-chrome out/doc/api/all.html