From 4fcbc1b64a0c4caa6c7fb9edfc30005a7bc2463c Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 20 Aug 2010 02:00:37 -0700 Subject: [PATCH] Update make website-upload --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8db869bb81..221111c12d 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ doc/node.1: doc/api.markdown all build/default/node tools/ronnjs/bin/ronn.js --roff doc/api.markdown > doc/node.1 website-upload: doc - scp doc/* ryan@nodejs.org:~/tinyclouds/node/ + scp doc/* ryan@nodejs.org:~/web/nodejs.org/ docclean: @-rm -f doc/node.1 doc/api.html doc/changelog.html