s/tinyclouds.org/nodejs.org/
authorRyan Dahl <ry@tinyclouds.org>
Fri, 12 Feb 2010 08:08:26 +0000 (00:08 -0800)
committerRyan Dahl <ry@tinyclouds.org>
Fri, 12 Feb 2010 08:08:26 +0000 (00:08 -0800)
doc/index.html
src/node.cc

index 79bc44e..afbabfc 100644 (file)
@@ -29,7 +29,7 @@
     </div>
     <div id="content">
 
-      <!-- <h1><a href="http://tinyclouds.org/node">Node</a></h1> -->
+      <!-- <h1><a href="http://nodejs.org/">Node</a></h1> -->
       <img id="logo" src="logo.png" alt="node.js"/>
 
       <p id="introduction">
index 6ae4b3d..7117e59 100644 (file)
@@ -1071,7 +1071,7 @@ static void PrintHelp() {
          "  --debug          enable remote debugging\n" // TODO specify port
          "  --cflags         print pre-processor and compiler flags\n"
          "  --v8-options     print v8 command line options\n\n"
-         "Documentation can be found at http://tinyclouds.org/node/api.html"
+         "Documentation can be found at http://nodejs.org/api.html"
          " or with 'man node'\n");
 }