summaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorFrederic Hemberger <mail@frederic-hemberger.de>2015-05-16 08:04:36 +0200
committerRoman Reiss <me@silverwind.io>2015-05-18 08:13:09 +0200
commit066274794c077c9323109f95ff0efe53e17d323a (patch)
tree406ef8332e9f00efb8c497c201bf0807a588fce6 /ROADMAP.md
parent7d90c90aaf0c59d102692ca119f7f7560a9eb8d9 (diff)
downloadandroid-node-v8-066274794c077c9323109f95ff0efe53e17d323a.tar.gz
android-node-v8-066274794c077c9323109f95ff0efe53e17d323a.tar.bz2
android-node-v8-066274794c077c9323109f95ff0efe53e17d323a.zip
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 'ROADMAP.md')
-rw-r--r--ROADMAP.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index 9e56f49564..04254859d9 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -54,13 +54,13 @@ Debugging is one of the first things from everyone's mouth, both developer and e
The goal of io.js' effort is to build a healthy debugging and tracing ecosystem and not to try and build any "silver bullet" features for core (like the domains debacle).
-The [Tracing WG](https://github.com/iojs/tracing-wg) is driving this effort:
+The [Tracing WG](https://github.com/nodejs/tracing-wg) is driving this effort:
* AsyncWrap improvements - basically just iterations based on feedback from people using it.
* async-listener - userland module that will dogfood AsyncWrap as well as provide many often requested debugging features.
* Tracing
* Add tracing support for more platforms (LTTng, etc).
- * [Unify the Tracing endpoint](https://github.com/iojs/io.js/issues/729).
+ * [Unify the Tracing endpoint](https://github.com/nodejs/io.js/issues/729).
* New Chrome Debugger - Google is working on a version of Chrome's debugger that is without Chrome and can be used with io.js.
## Ecosystem Automation