diff options
author | Frederic Hemberger <mail@frederic-hemberger.de> | 2015-05-16 08:04:36 +0200 |
---|---|---|
committer | Roman Reiss <me@silverwind.io> | 2015-05-18 08:13:09 +0200 |
commit | 066274794c077c9323109f95ff0efe53e17d323a (patch) | |
tree | 406ef8332e9f00efb8c497c201bf0807a588fce6 /src | |
parent | 7d90c90aaf0c59d102692ca119f7f7560a9eb8d9 (diff) | |
download | node-new-066274794c077c9323109f95ff0efe53e17d323a.tar.gz |
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.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node.cc b/src/node.cc index 4cafe96f44..a2c807eb71 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. |