summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/STYLE_GUIDE.md2
-rw-r--r--doc/api/fs.md2
-rw-r--r--doc/guides/contributing/pull-requests.md4
-rw-r--r--doc/guides/writing-tests.md2
4 files changed, 5 insertions, 5 deletions
diff --git a/doc/STYLE_GUIDE.md b/doc/STYLE_GUIDE.md
index 00abe8e669..15ae647044 100644
--- a/doc/STYLE_GUIDE.md
+++ b/doc/STYLE_GUIDE.md
@@ -65,5 +65,5 @@ See also API documentation structure overview in [doctools README][].
[Javascript type]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Grammar_and_types#Data_structures_and_types
[serial commas]: https://en.wikipedia.org/wiki/Serial_comma
[The New York Times Manual of Style and Usage]: https://en.wikipedia.org/wiki/The_New_York_Times_Manual_of_Style_and_Usage
-[plugin]: http://editorconfig.org/#download
+[plugin]: https://editorconfig.org/#download
[doctools README]: ../tools/doc/README.md
diff --git a/doc/api/fs.md b/doc/api/fs.md
index 5b210be5ee..b1414b6e54 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -5219,7 +5219,7 @@ the file contents.
[`URL`]: url.html#url_the_whatwg_url_api
[`UV_THREADPOOL_SIZE`]: cli.html#cli_uv_threadpool_size_size
[`WriteStream`]: #fs_class_fs_writestream
-[`event ports`]: http://illumos.org/man/port_create
+[`event ports`]: https://illumos.org/man/port_create
[`fs.Dirent`]: #fs_class_fs_dirent
[`fs.FSWatcher`]: #fs_class_fs_fswatcher
[`fs.Stats`]: #fs_class_fs_stats
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