Skip to content

Commit 051dc54

Browse files
committed
node: update links in CONTRIBUTING.md
Two links still point to the Joyent repo. This commit updates the links to point to node-forward. PR-URL: node-forward/node#11 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent f60abb0 commit 051dc54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ feature branch. Post a comment in the pull request afterwards; GitHub does
147147
not send out notifications when you add commits.
148148

149149

150-
[stability index page]: https://github.com/joyent/node/blob/master/doc/api/documentation.markdown
150+
[stability index page]: https://github.com/node-forward/node/blob/master/doc/api/documentation.markdown
151151
[issue tracker]: https://github.com/node-forward/node/issues
152152
[node.js mailing list]: http://groups.google.com/group/nodejs
153153
[IRC]: http://webchat.freenode.net/?channels=node.js
@@ -160,7 +160,7 @@ rules to follow.
160160
- Always include the `Reviewed-by: You Name <your-email>` in the commit
161161
message.
162162
- In commit messages also include `Fixes:` that either includes the
163-
**full url** (e.g. `https://github.com/joyent/node/issues/...`), and/or
163+
**full url** (e.g. `https://github.com/node-forward/node/issues/...`), and/or
164164
the hash and commit message if the commit fixes a bug in a previous commit.
165165
- PR's should include their full `PR-URL:` so it's easy to trace a commit
166166
back to the conversation that lead up to that change.

0 commit comments

Comments
 (0)