From b8213f17ccafa173718f591e20d25648d1a4debb Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 15 Jun 2018 15:35:03 -0700 Subject: [PATCH] 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 Reviewed-By: Refael Ackermann Reviewed-By: Jon Moss Reviewed-By: Vse Mozhet Byt Reviewed-By: Luigi Pinca --- doc/onboarding.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/onboarding.md b/doc/onboarding.md index f6354aa6118737..6b8e7491485969 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/