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 612369ea3ac..abafc77c08f 100644
--- a/doc/about/index.html
+++ b/doc/about/index.html
@@ -31,7 +31,7 @@
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/');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 @@v0.6.12