summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2014-10-17 15:14:45 -0700
committerTimothy J Fontaine <tjfontaine@gmail.com>2014-10-17 15:14:45 -0700
commitb259f245f8772a069fcc9218c33669962801e300 (patch)
treecd124b40e05db75e015eef5e8ea23b60dbd5d4d4
parent3139fa20d78260399a1e5b577690007a8a451c73 (diff)
downloadnode-b259f245f8772a069fcc9218c33669962801e300.tar.gz
docs: update api location
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 99c168179..e1af3c81d 100644
--- a/Makefile
+++ b/Makefile
@@ -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