Browse Source

s/tinyclouds.org/nodejs.org/

v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
7d428a7741
  1. 2
      doc/index.html
  2. 2
      src/node.cc

2
doc/index.html

@ -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">

2
src/node.cc

@ -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");
}

Loading…
Cancel
Save