From cf6e4d82e76fe17dbc08b32e44917f4927590b13 Mon Sep 17 00:00:00 2001 From: isaacs Date: Sat, 3 Mar 2012 17:08:46 -0800 Subject: [PATCH] Use shorter url for /docs/latest/api --- doc/about/index.html | 8 ++++---- doc/community/index.html | 6 +++--- doc/index.html | 6 +++--- doc/logos/index.html | 4 ++-- doc/template.html | 4 ++-- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/doc/about/index.html b/doc/about/index.html index 612369ea3a..abafc77c08 100644 --- a/doc/about/index.html +++ b/doc/about/index.html @@ -31,7 +31,7 @@
  • Download
  • About
  • npm Registry
  • -
  • Docs
  • +
  • Docs
  • Blog
  • Community
  • Logos
  • @@ -102,10 +102,10 @@ console.log('Server running at http://127.0.0.1:1337/');

    But what about multiple-processor concurrency? Aren't threads necessary to scale programs to multi-core computers? You can start new processes via child_process.fork() + href="http://nodejs.org/api/child_process.html#child_process.fork">child_process.fork() these other processes will be scheduled in parallel. For load balancing incoming connections across multiple processes use - the + the cluster module.

    See also:

    @@ -122,7 +122,7 @@ console.log('Server running at http://127.0.0.1:1337/');
  • Download
  • About
  • npm Registry
  • -
  • Docs
  • +
  • Docs
  • Blog
  • Community
  • Logos
  • diff --git a/doc/community/index.html b/doc/community/index.html index 6ed965e65c..d23161dd6a 100644 --- a/doc/community/index.html +++ b/doc/community/index.html @@ -33,7 +33,7 @@
  • Download
  • About
  • npm Registry
  • -
  • Docs
  • +
  • Docs
  • Blog
  • Community
  • Logos
  • @@ -50,7 +50,7 @@

    Documentation

    -

    Official API docs detail the node API.

    +

    Official API docs detail the node API.

    docs.nodejitsu.com answers many of the common problems people come across.

    How To Node has a growing number of useful tutorials.

    Stack Overflow node.js tag collects new information every day.

    @@ -172,7 +172,7 @@
  • Download
  • About
  • npm Registry
  • -
  • Docs
  • +
  • Docs
  • Blog
  • Community
  • Logos
  • diff --git a/doc/index.html b/doc/index.html index 99787e0aba..7e861cd31e 100644 --- a/doc/index.html +++ b/doc/index.html @@ -30,7 +30,7 @@ applications that run across distributed devices.

    Download - Docs + Docs

    v0.6.12

    @@ -188,7 +188,7 @@ server.listen(1337, '127.0.0.1');