Skip to content

Commit 0662747

Browse files
fhembergersilverwind
authored andcommitted
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: #1715 Reviewed-By: Roman Reiss <me@silverwind.io>
1 parent 7d90c90 commit 0662747

33 files changed

+1443
-1443
lines changed

CHANGELOG.md

+1,105-1,105
Large diffs are not rendered by default.

COLLABORATOR_GUIDE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ information regarding the change process:
9696
appropriate.
9797

9898
See the commit log for examples such as
99-
[this one](https://github.com/iojs/io.js/commit/b636ba8186) if unsure
99+
[this one](https://github.com/nodejs/io.js/commit/b636ba8186) if unsure
100100
exactly how to format your commit messages.
101101

102102
Additionally:
@@ -132,7 +132,7 @@ $ git merge --ff-only origin/master
132132
Apply external patches
133133

134134
```text
135-
$ curl -L https://github.com/iojs/io.js/pull/xxx.patch | git am --whitespace=fix
135+
$ curl -L https://github.com/nodejs/io.js/pull/xxx.patch | git am --whitespace=fix
136136
```
137137

138138
Check and re-review the changes

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ This document will guide you through the contribution process.
2323

2424
### Step 1: Fork
2525

26-
Fork the project [on GitHub](https://github.com/iojs/io.js) and check out your
26+
Fork the project [on GitHub](https://github.com/nodejs/io.js) and check out your
2727
copy locally.
2828

2929
```text
3030
$ git clone git@github.com:username/io.js.git
3131
$ cd io.js
32-
$ git remote add upstream git://github.com/iojs/io.js.git
32+
$ git remote add upstream git://github.com/nodejs/io.js.git
3333
```
3434

3535
#### Which branch?
@@ -54,8 +54,8 @@ in those directories or its subdirectories should be sent to their respective
5454
projects. Do not send your patch to us, we cannot accept it.
5555

5656
In case of doubt, open an issue in the
57-
[issue tracker](https://github.com/iojs/io.js/issues/) or contact one of the
58-
[project Collaborators](https://github.com/iojs/io.js/#current-project-team-members)
57+
[issue tracker](https://github.com/nodejs/io.js/issues/) or contact one of the
58+
[project Collaborators](https://github.com/nodejs/io.js/#current-project-team-members)
5959
([IRC](http://webchat.freenode.net/?channels=io.js) is often the best medium.)Especially do so if you plan to work on something big. Nothing is more
6060
frustrating than seeing your hard work go to waste because your vision
6161
does not align with the project team.

GOVERNANCE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For the current list of TC members, see the project
2424

2525
## Collaborators
2626

27-
The [iojs/io.js](https://github.com/iojs/io.js) GitHub repository is
27+
The [iojs/io.js](https://github.com/nodejs/io.js) GitHub repository is
2828
maintained by the TC and additional Collaborators who are added by the
2929
TC on an ongoing basis.
3030

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
io.js
22
=====
33

4-
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/iojs/io.js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4+
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/nodejs/io.js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
55

66
This repository began as a GitHub fork of
77
[joyent/node](https://github.com/joyent/node).
@@ -255,7 +255,7 @@ as `deps/icu` (You'll have: `deps/icu/source/...`)
255255
* [GOVERNANCE.md](./GOVERNANCE.md)
256256
* IRC:
257257
[#io.js on Freenode.net](http://webchat.freenode.net?channels=io.js&uio=d4)
258-
* [iojs/io.js on Gitter](https://gitter.im/iojs/io.js)
258+
* [iojs/io.js on Gitter](https://gitter.im/nodejs/io.js)
259259

260260

261261

ROADMAP.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ Debugging is one of the first things from everyone's mouth, both developer and e
5454

5555
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).
5656

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:
5858

5959
* AsyncWrap improvements - basically just iterations based on feedback from people using it.
6060
* async-listener - userland module that will dogfood AsyncWrap as well as provide many often requested debugging features.
6161
* Tracing
6262
* 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).
6464
* New Chrome Debugger - Google is working on a version of Chrome's debugger that is without Chrome and can be used with io.js.
6565

6666
## Ecosystem Automation

WORKING_GROUPS.md

+48-48
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# io.js Working Groups
22

33
io.js Working Groups are autonomous projects created by the
4-
[Technical Committee (TC)](https://github.com/iojs/io.js/blob/master/GOVERNANCE.md#technical-committee).
4+
[Technical Committee (TC)](https://github.com/nodejs/io.js/blob/master/GOVERNANCE.md#technical-committee).
55

66
Working Groups can be formed at any time but must be ratified by the TC.
77
Once formed the work defined in the Working Group charter is the
@@ -30,7 +30,7 @@ back in to the TC.
3030
* [Starting a Working Group](#starting-a-wg)
3131
* [Bootstrap Governance](#bootstrap-governance)
3232

33-
### [Website](https://github.com/iojs/website)
33+
### [Website](https://github.com/nodejs/website)
3434

3535
The website working group's purpose is to build and maintain a public
3636
website for the `io.js` project.
@@ -41,7 +41,7 @@ Its responsibilities are:
4141
releases and features.
4242
* Foster and enable a community of translators.
4343

44-
### [Streams](https://github.com/iojs/readable-stream)
44+
### [Streams](https://github.com/nodejs/readable-stream)
4545

4646
The Streams WG is dedicated to the support and improvement of the Streams API
4747
as used in io.js and the npm ecosystem. We seek to create a composable API that
@@ -60,7 +60,7 @@ responsibilities include:
6060
* Messaging about the future of streams to give the community advance notice of changes.
6161

6262

63-
### [Build](https://github.com/iojs/build)
63+
### [Build](https://github.com/nodejs/build)
6464

6565
The build working group's purpose is to create and maintain a
6666
distributed automation infrastructure.
@@ -72,7 +72,7 @@ Its responsibilities are:
7272
* Creates and manages build-containers.
7373

7474

75-
### [Tracing](https://github.com/iojs/tracing-wg)
75+
### [Tracing](https://github.com/nodejs/tracing-wg)
7676

7777
The tracing working group's purpose is to increase the
7878
transparency of software written in io.js.
@@ -105,43 +105,43 @@ language.
105105

106106
Each language community maintains its own membership.
107107

108-
* [iojs-ar - Arabic (اللغة العربية)](http://github.com/iojs/iojs-ar)
109-
* [iojs-bg - Bulgarian (български език)](http://github.com/iojs/iojs-bg)
110-
* [iojs-bn - Bengali (বাংলা)](http://github.com/iojs/iojs-bn)
111-
* [iojs-cn - Chinese (中文)](http://github.com/iojs/iojs-cn)
112-
* [iojs-cs - Czech (Český Jazyk)](http://github.com/iojs/iojs-cs)
113-
* [iojs-da - Danish (Dansk)](http://github.com/iojs/iojs-da)
114-
* [iojs-de - German (Deutsch)](http://github.com/iojs/iojs-de)
115-
* [iojs-el - Greek (Ελληνικά)](http://github.com/iojs/iojs-el)
116-
* [iojs-es - Spanish (Español)](http://github.com/iojs/iojs-es)
117-
* [iojs-fa - Persian (فارسی)](http://github.com/iojs/iojs-fa)
118-
* [iojs-fi - Finnish (Suomi)](http://github.com/iojs/iojs-fi)
119-
* [iojs-fr - French (Français)](http://github.com/iojs/iojs-fr)
120-
* [iojs-he - Hebrew (עברית)](http://github.com/iojs/iojs-he)
121-
* [iojs-hi - Hindi (फिजी बात)](http://github.com/iojs/iojs-hi)
122-
* [iojs-hu - Hungarian (Magyar)](http://github.com/iojs/iojs-hu)
123-
* [iojs-id - Indonesian (Bahasa Indonesia)](http://github.com/iojs/iojs-id)
124-
* [iojs-it - Italian (Italiano)](http://github.com/iojs/iojs-it)
125-
* [iojs-ja - Japanese (日本語)](http://github.com/iojs/iojs-ja)
126-
* [iojs-ka - Georgian (ქართული)](http://github.com/iojs/iojs-ka)
127-
* [iojs-ko - Korean (조선말)](http://github.com/iojs/iojs-ko)
128-
* [iojs-mk - Macedonian (Mакедонски)](http://github.com/iojs/iojs-mk)
129-
* [iojs-ms - Malay (بهاس ملايو)](http://github.com/iojs/iojs-ms)
130-
* [iojs-nl - Dutch (Nederlands)](http://github.com/iojs/iojs-nl)
131-
* [iojs-no - Norwegian (Norsk)](http://github.com/iojs/iojs-no)
132-
* [iojs-pl - Polish (Język Polski)](http://github.com/iojs/iojs-pl)
133-
* [iojs-pt - Portuguese (Português)](http://github.com/iojs/iojs-pt)
134-
* [iojs-ro - Romanian (Română)](http://github.com/iojs/iojs-ro)
135-
* [iojs-ru - Russian (Русский)](http://github.com/iojs/iojs-ru)
136-
* [iojs-sv - Swedish (Svenska)](http://github.com/iojs/iojs-sv)
137-
* [iojs-ta - Tamil (தமிழ்)](http://github.com/iojs/iojs-ta)
138-
* [iojs-tr - Turkish (Türkçe)](http://github.com/iojs/iojs-tr)
139-
* [iojs-tw - Taiwanese (Hō-ló)](http://github.com/iojs/iojs-tw)
140-
* [iojs-uk - Ukrainian (Українська)](http://github.com/iojs/iojs-uk)
141-
* [iojs-vi - Vietnamese (Tiếng Việtnam)](http://github.com/iojs/iojs-vi)
142-
143-
144-
### [Evangelism](https://github.com/iojs/evangelism)
108+
* [iojs-ar - Arabic (اللغة العربية)](https://github.com/nodejs/iojs-ar)
109+
* [iojs-bg - Bulgarian (български език)](https://github.com/nodejs/iojs-bg)
110+
* [iojs-bn - Bengali (বাংলা)](https://github.com/nodejs/iojs-bn)
111+
* [iojs-cn - Chinese (中文)](https://github.com/nodejs/iojs-cn)
112+
* [iojs-cs - Czech (Český Jazyk)](https://github.com/nodejs/iojs-cs)
113+
* [iojs-da - Danish (Dansk)](https://github.com/nodejs/iojs-da)
114+
* [iojs-de - German (Deutsch)](https://github.com/nodejs/iojs-de)
115+
* [iojs-el - Greek (Ελληνικά)](https://github.com/nodejs/iojs-el)
116+
* [iojs-es - Spanish (Español)](https://github.com/nodejs/iojs-es)
117+
* [iojs-fa - Persian (فارسی)](https://github.com/nodejs/iojs-fa)
118+
* [iojs-fi - Finnish (Suomi)](https://github.com/nodejs/iojs-fi)
119+
* [iojs-fr - French (Français)](https://github.com/nodejs/iojs-fr)
120+
* [iojs-he - Hebrew (עברית)](https://github.com/nodejs/iojs-he)
121+
* [iojs-hi - Hindi (फिजी बात)](https://github.com/nodejs/iojs-hi)
122+
* [iojs-hu - Hungarian (Magyar)](https://github.com/nodejs/iojs-hu)
123+
* [iojs-id - Indonesian (Bahasa Indonesia)](https://github.com/nodejs/iojs-id)
124+
* [iojs-it - Italian (Italiano)](https://github.com/nodejs/iojs-it)
125+
* [iojs-ja - Japanese (日本語)](https://github.com/nodejs/iojs-ja)
126+
* [iojs-ka - Georgian (ქართული)](https://github.com/nodejs/iojs-ka)
127+
* [iojs-ko - Korean (조선말)](https://github.com/nodejs/iojs-ko)
128+
* [iojs-mk - Macedonian (Mакедонски)](https://github.com/nodejs/iojs-mk)
129+
* [iojs-ms - Malay (بهاس ملايو)](https://github.com/nodejs/iojs-ms)
130+
* [iojs-nl - Dutch (Nederlands)](https://github.com/nodejs/iojs-nl)
131+
* [iojs-no - Norwegian (Norsk)](https://github.com/nodejs/iojs-no)
132+
* [iojs-pl - Polish (Język Polski)](https://github.com/nodejs/iojs-pl)
133+
* [iojs-pt - Portuguese (Português)](https://github.com/nodejs/iojs-pt)
134+
* [iojs-ro - Romanian (Română)](https://github.com/nodejs/iojs-ro)
135+
* [iojs-ru - Russian (Русский)](https://github.com/nodejs/iojs-ru)
136+
* [iojs-sv - Swedish (Svenska)](https://github.com/nodejs/iojs-sv)
137+
* [iojs-ta - Tamil (தமிழ்)](https://github.com/nodejs/iojs-ta)
138+
* [iojs-tr - Turkish (Türkçe)](https://github.com/nodejs/iojs-tr)
139+
* [iojs-tw - Taiwanese (Hō-ló)](https://github.com/nodejs/iojs-tw)
140+
* [iojs-uk - Ukrainian (Українська)](https://github.com/nodejs/iojs-uk)
141+
* [iojs-vi - Vietnamese (Tiếng Việtnam)](https://github.com/nodejs/iojs-vi)
142+
143+
144+
### [Evangelism](https://github.com/nodejs/evangelism)
145145

146146
The evangelism working group promotes the accomplishments
147147
of io.js and lets the community know how they can get involved.
@@ -155,7 +155,7 @@ Their responsibilities are:
155155
content.
156156

157157

158-
### [Roadmap](https://github.com/iojs/roadmap)
158+
### [Roadmap](https://github.com/nodejs/roadmap)
159159

160160
The roadmap working group is responsible for user community outreach
161161
and the translation of their concerns into a plan of action for io.js.
@@ -169,7 +169,7 @@ Their responsibilities are:
169169
* Create Pull Requests for relevant changes to [Roadmap.md](./ROADMAP.md)
170170

171171

172-
### [Docker](https://github.com/iojs/docker-iojs)
172+
### [Docker](https://github.com/nodejs/docker-iojs)
173173

174174
The Docker working group's purpose is to build, maintain, and improve official
175175
Docker images for the `io.js` project.
@@ -180,7 +180,7 @@ Their responsibilities are:
180180
* Maintain and improve the images' documentation.
181181

182182

183-
### [Addon API](https://github.com/iojs/nan)
183+
### [Addon API](https://github.com/nodejs/nan)
184184

185185
The Addon API Working Group is responsible for maintaining the NAN project and
186186
corresponding _nan_ package in npm. The NAN project makes available an
@@ -190,9 +190,9 @@ versions of Node.js, io.js, V8 and libuv.
190190

191191
Their responsibilities are:
192192

193-
* Maintaining the [NAN](https://github.com/iojs/nan) GitHub repository,
193+
* Maintaining the [NAN](https://github.com/nodejs/nan) GitHub repository,
194194
including code, issues and documentation.
195-
* Maintaining the [addon-examples](https://github.com/iojs/node-addon-examples)
195+
* Maintaining the [addon-examples](https://github.com/nodejs/node-addon-examples)
196196
GitHub repository, including code, issues and documentation.
197197
* Maintaining the C++ Addon API within the io.js project, in subordination to
198198
the io.js TC.
@@ -203,7 +203,7 @@ Their responsibilities are:
203203
community advance notice of changes.
204204

205205
The current members can be found in their
206-
[README](https://github.com/iojs/nan#collaborators).
206+
[README](https://github.com/nodejs/nan#collaborators).
207207

208208
## Starting a WG
209209

doc/releases.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ There are three relevant Jenkins jobs that should be used for a release flow:
1717

1818
**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).
1919

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.
2121

2222
### 2. <iojs.org> Access
2323

@@ -27,7 +27,7 @@ The Jenkins release build slaves upload their artefacts to the web server as the
2727

2828
Nightly builds are promoted automatically on the server by a cron task for the _dist_ user.
2929

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.
3131

3232
### 3. A Publicly Listed GPG Key
3333

0 commit comments

Comments
 (0)