Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,12 @@ <h3 class="involved">If you have experience with C++ there are ways you can make

<h3 class="involved">If you're a JavaScript programmer there are ways that you can make a difference.</h3>

<p>You can join the <a href="https://github.com/iojs/build">build</a> effort which is creating a better distributed build and test system for Node.</p>
<p>You can join the <a href="https://github.com/nodejs/build">build</a> effort which is creating a better distributed build and test system for Node.</p>

<p>You can participate in discussions around a <a href="https://github.com/iojs/roadmap">roadmap</a> for Node. Additional discussions about Node and JavaScript are happening in the Node Forward <a href="https://github.com/node-forward/discussions/">discussions</a> repo.</p>
<p>You can participate in discussions around a <a href="https://github.com/nodejs/node/blob/master/ROADMAP.md">roadmap</a> for Node. Additional discussions about Node and JavaScript are happening in the Node Forward <a href="https://github.com/node-forward/discussions/">discussions</a> repo.</p>


<h3 class="involved">And finally, if you'd like to work on Node core, there is <a href="https://github.com/iojs/io.js">io.js</a>.</h3>
<h3 class="involved">And finally, if you'd like to work on Node core, there is <a href="https://github.com/nodejs/node">nodejs/node</a>.</h3>
<div style="text-align:center;">
<img id="logo" src="iojs.png">
</div>
Expand Down