From c6b7e748b0eead30df423bd267a855e773691519 Mon Sep 17 00:00:00 2001 From: Maledong Date: Wed, 4 Sep 2019 14:39:05 +0800 Subject: 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 Reviewed-By: James M Snell Reviewed-By: Trivikram Kamat Reviewed-By: Ben Noordhuis --- doc/STYLE_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/STYLE_GUIDE.md') 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 -- cgit v1.2.3