summaryrefslogtreecommitdiff
path: root/doc/STYLE_GUIDE.md
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/STYLE_GUIDE.md
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/STYLE_GUIDE.md')
-rw-r--r--doc/STYLE_GUIDE.md2
1 files changed, 1 insertions, 1 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