From b259f245f8772a069fcc9218c33669962801e300 Mon Sep 17 00:00:00 2001 From: Timothy J Fontaine Date: Fri, 17 Oct 2014 15:14:45 -0700 Subject: [PATCH] docs: update api location --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 99c168179c..e1af3c81d0 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