Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
docs: update api location
Browse files Browse the repository at this point in the history
  • Loading branch information
tjfontaine committed Oct 17, 2014
1 parent 3139fa2 commit b259f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/ [email protected]:~/web/nodejs.org/api/$(NODE_DOC_VERSION)
rsync -r out/doc/api/ [email protected]:~/web/nodejs.org/$(NODE_DOC_VERSION)

docopen: out/doc/api/all.html
-google-chrome out/doc/api/all.html
Expand Down

0 comments on commit b259f24

Please sign in to comment.