You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ROADMAP.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -54,13 +54,13 @@ Debugging is one of the first things from everyone's mouth, both developer and e
54
54
55
55
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).
56
56
57
-
The [Tracing WG](https://github.com/iojs/tracing-wg) is driving this effort:
57
+
The [Tracing WG](https://github.com/nodejs/tracing-wg) is driving this effort:
58
58
59
59
* AsyncWrap improvements - basically just iterations based on feedback from people using it.
60
60
* async-listener - userland module that will dogfood AsyncWrap as well as provide many often requested debugging features.
61
61
* Tracing
62
62
* Add tracing support for more platforms (LTTng, etc).
63
-
*[Unify the Tracing endpoint](https://github.com/iojs/io.js/issues/729).
63
+
*[Unify the Tracing endpoint](https://github.com/nodejs/io.js/issues/729).
64
64
* New Chrome Debugger - Google is working on a version of Chrome's debugger that is without Chrome and can be used with io.js.
Copy file name to clipboardexpand all lines: doc/releases.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ There are three relevant Jenkins jobs that should be used for a release flow:
17
17
18
18
**c.****[iojs+release](https://jenkins-iojs.nodesource.com/job/iojs+release/)** does all of the work to build all required release assets. Promotion of the release files is a manual step once they are ready (see below).
19
19
20
-
The [io.js build team](https://github.com/iojs/build) is able to provide this access to individuals authorized by the TC.
20
+
The [io.js build team](https://github.com/nodejs/build) is able to provide this access to individuals authorized by the TC.
21
21
22
22
### 2. <iojs.org> Access
23
23
@@ -27,7 +27,7 @@ The Jenkins release build slaves upload their artefacts to the web server as the
27
27
28
28
Nightly builds are promoted automatically on the server by a cron task for the _dist_ user.
29
29
30
-
Release builds require manual promotion by an individual with SSH access to the server as the _dist_ user. The [io.js build team](https://github.com/iojs/build) is able to provide this access to individuals authorized by the TC.
30
+
Release builds require manual promotion by an individual with SSH access to the server as the _dist_ user. The [io.js build team](https://github.com/nodejs/build) is able to provide this access to individuals authorized by the TC.
0 commit comments