summaryrefslogtreecommitdiff
path: root/doc/guides/contributing
diff options
context:
space:
mode:
authorMaledong <maledong_github@outlook.com>2019-09-04 14:39:05 +0800
committerRich Trott <rtrott@gmail.com>2019-09-05 19:31:52 -0700
commitc6b7e748b0eead30df423bd267a855e773691519 (patch)
treedc8d3c1d017920952c81c72b8470cd05abdef777 /doc/guides/contributing
parent7bff96204bd2c4de4f7ff294d8d6be5a9c53c8d4 (diff)
downloadandroid-node-v8-c6b7e748b0eead30df423bd267a855e773691519.tar.gz
android-node-v8-c6b7e748b0eead30df423bd267a855e773691519.tar.bz2
android-node-v8-c6b7e748b0eead30df423bd267a855e773691519.zip
doc: change urls directly from 'http' to 'https'
There're some URLs with old links, change them together from 'http' to 'https'. Notice: 1. Since files of CHANGELOG may be generated through tools, I don't intend to change them together as the history track. 2. All the files in the 'deps' are of 3-rd parties, they will be overwritten for the next update, so avoid modifications for them. PR-URL: https://github.com/nodejs/node/pull/29422 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'doc/guides/contributing')
-rw-r--r--doc/guides/contributing/pull-requests.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guides/contributing/pull-requests.md b/doc/guides/contributing/pull-requests.md
index db615b8622..c452b49f83 100644
--- a/doc/guides/contributing/pull-requests.md
+++ b/doc/guides/contributing/pull-requests.md
@@ -163,7 +163,7 @@ use `Refs:`.
Examples:
- `Fixes: https://github.com/nodejs/node/issues/1337`
- - `Refs: http://eslint.org/docs/rules/space-in-parens.html`
+ - `Refs: https://eslint.org/docs/rules/space-in-parens.html`
- `Refs: https://github.com/nodejs/node/pull/3615`
5. If your commit introduces a breaking change (`semver-major`), it should
@@ -180,7 +180,7 @@ things in more detail. Please word-wrap to keep columns to 72 characters or
less.
Fixes: https://github.com/nodejs/node/issues/1337
-Refs: http://eslint.org/docs/rules/space-in-parens.html
+Refs: https://eslint.org/docs/rules/space-in-parens.html
```
If you are new to contributing to Node.js, please try to do your best at