summaryrefslogtreecommitdiff
path: root/doc/guides
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
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')
-rw-r--r--doc/guides/contributing/pull-requests.md4
-rw-r--r--doc/guides/writing-tests.md2
2 files changed, 3 insertions, 3 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
diff --git a/doc/guides/writing-tests.md b/doc/guides/writing-tests.md
index e683cbec5d..012532db43 100644
--- a/doc/guides/writing-tests.md
+++ b/doc/guides/writing-tests.md
@@ -433,7 +433,7 @@ https://coverage.nodejs.org/.
[Google Test]: https://github.com/google/googletest
[`common` module]: https://github.com/nodejs/node/blob/master/test/common/README.md
[all maintained branches]: https://github.com/nodejs/lts
-[node.green]: http://node.green/
+[node.green]: https://node.green/
[test fixture]: https://github.com/google/googletest/blob/master/googletest/docs/Primer.md#test-fixtures-using-the-same-data-configuration-for-multiple-tests
[Test Coverage section of the Building guide]: https://github.com/nodejs/node/blob/master/BUILDING.md#running-coverage
[directory structure overview]: https://github.com/nodejs/node/blob/master/test/README.md#test-directories