Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFrederic Hemberger <mail@frederic-hemberger.de>2015-05-16 09:04:36 +0300
committerRoman Reiss <me@silverwind.io>2015-05-18 09:13:09 +0300
commit066274794c077c9323109f95ff0efe53e17d323a (patch)
tree406ef8332e9f00efb8c497c201bf0807a588fce6 /src
parent7d90c90aaf0c59d102692ca119f7f7560a9eb8d9 (diff)
doc: update links from iojs/io.js to nodejs/io.js
Replaced all links in doc and comments to point to the new org. PR-URL: https://github.com/nodejs/io.js/pull/1715 Reviewed-By: Roman Reiss <me@silverwind.io>
Diffstat (limited to 'src')
-rw-r--r--src/node.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node.cc b/src/node.cc
index 4cafe96f445..a2c807eb715 100644
--- a/src/node.cc
+++ b/src/node.cc
@@ -3603,7 +3603,7 @@ void Init(int* argc,
defined(__ARM_ARCH_6T2__) || \
defined(__ARM_ARCH_6ZK__) || \
defined(__ARM_ARCH_6Z__)
- // See https://github.com/iojs/io.js/issues/1376
+ // See https://github.com/nodejs/io.js/issues/1376
// and https://code.google.com/p/v8/issues/detail?id=4019
// TODO(bnoordhuis): Remove test/parallel/test-arm-math-exp-regress-1376.js
// and this workaround when v8:4019 has been fixed and the patch back-ported.