From 066274794c077c9323109f95ff0efe53e17d323a Mon Sep 17 00:00:00 2001 From: Frederic Hemberger Date: Sat, 16 May 2015 08:04:36 +0200 Subject: 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 --- src/node.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- cgit v1.2.1