summaryrefslogtreecommitdiff
path: root/doc/onboarding.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-06-15 15:35:03 -0700
committerRich Trott <rtrott@gmail.com>2018-06-16 07:54:28 -0700
commit0b27cb4a7c91a3ae3269f93a536b1bba170abc14 (patch)
tree1a3bb757cab3d45a9456693c64934952dfe3b90e /doc/onboarding.md
parent0351f9a0d2d359790819c3e45d3b07fe51fb9284 (diff)
downloadandroid-node-v8-0b27cb4a7c91a3ae3269f93a536b1bba170abc14.tar.gz
android-node-v8-0b27cb4a7c91a3ae3269f93a536b1bba170abc14.tar.bz2
android-node-v8-0b27cb4a7c91a3ae3269f93a536b1bba170abc14.zip
doc: remove linking of url text to url
Linking URL text to itself is superfluous. It will display as a link in GitHub anyway. Bonus: This makes it possible to wrap the line at 80 characters. PR-URL: https://github.com/nodejs/node/pull/21361 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/onboarding.md')
-rw-r--r--doc/onboarding.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/onboarding.md b/doc/onboarding.md
index f6354aa611..6b8e749148 100644
--- a/doc/onboarding.md
+++ b/doc/onboarding.md
@@ -206,7 +206,7 @@ needs to be pointed out separately during the onboarding.
## Exercise: Make a PR adding yourself to the README
* Example:
- [https://github.com/nodejs/node/commit/ce986de829457c39257cd205067602e765768fb0][]
+ https://github.com/nodejs/node/commit/ce986de829457c39257cd205067602e765768fb0
* For raw commit message: `git log ce986de829457c39257cd205067602e765768fb0
-1`
* Collaborators are in alphabetical order by GitHub username.
@@ -250,7 +250,6 @@ needs to be pointed out separately during the onboarding.
[`git-node`]: https://github.com/nodejs/node-core-utils/blob/master/docs/git-node.md
[`node-core-utils`]: https://github.com/nodejs/node-core-utils
[Landing Pull Requests]: https://github.com/nodejs/node/blob/master/COLLABORATOR_GUIDE.md#landing-pull-requests
-[https://github.com/nodejs/node/commit/ce986de829457c39257cd205067602e765768fb0]: https://github.com/nodejs/node/commit/ce986de829457c39257cd205067602e765768fb0
[Publicizing or hiding organization membership]: https://help.github.com/articles/publicizing-or-hiding-organization-membership/
[set up the credentials]: https://github.com/nodejs/node-core-utils#setting-up-credentials
[two-factor authentication]: https://help.github.com/articles/securing-your-account-with-two-factor-authentication-2fa/