File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ module.exports = {
59
59
] ,
60
60
rules : {
61
61
// ESLint built-in rules
62
- // http ://eslint.org/docs/rules
62
+ // https ://eslint.org/docs/rules/
63
63
'accessor-pairs' : 'error' ,
64
64
'array-callback-return' : 'error' ,
65
65
'arrow-parens' : [ 'error' , 'always' ] ,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ resources:
17
17
* [ Questions tagged 'node.js' on Stack Overflow] ( https://stackoverflow.com/questions/tagged/node.js )
18
18
* [ #node.js channel on chat.freenode.net] ( https://webchat.freenode.net?channels=node.js&uio=d4 )
19
19
* [ Node.js Slack Community] ( https://node-js.slack.com/ )
20
- * To register: [ nodeslackers.com] ( http ://www.nodeslackers.com/)
20
+ * To register: [ nodeslackers.com] ( https ://www.nodeslackers.com/)
21
21
22
22
GitHub issues are for tracking enhancements and bugs, not general support.
23
23
Original file line number Diff line number Diff line change @@ -695,7 +695,7 @@ that works for both your host and target environments.
695
695
### Build with a specific ICU
696
696
697
697
You can find other ICU releases at
698
- [ the ICU homepage] ( http://icu-project.org/download ) .
698
+ [ the ICU homepage] ( http://site. icu-project.org/download ) .
699
699
Download the file named something like ` icu4c-**##.#**-src.tgz ` (or
700
700
` .zip ` ).
701
701
@@ -726,7 +726,7 @@ $ ./configure --with-intl=full-icu --with-icu-source=http://url/to/icu.tgz
726
726
#### Windows
727
727
728
728
First unpack latest ICU to ` deps/icu `
729
- [ icu4c-** ##.#** -src.tgz] ( http://icu-project.org/download ) (or ` .zip ` )
729
+ [ icu4c-** ##.#** -src.tgz] ( http://site. icu-project.org/download ) (or ` .zip ` )
730
730
as ` deps/icu ` (You'll have: ` deps/icu/source/... ` )
731
731
732
732
``` console
Original file line number Diff line number Diff line change @@ -608,6 +608,6 @@ Other keys used to sign some previous releases:
608
608
[ Code of Conduct ] : https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md
609
609
[ Contributing to the project ] : CONTRIBUTING.md
610
610
[ Node.js Website ] : https://nodejs.org/
611
- [ OpenJS Foundation ] : http ://openjs.foundation /
611
+ [ OpenJS Foundation ] : https ://openjsf.org /
612
612
[ Working Groups ] : https://github.com/nodejs/TSC/blob/master/WORKING_GROUPS.md
613
613
[ Strategic Initiatives ] : https://github.com/nodejs/TSC/blob/master/Strategic-Initiatives.md
You can’t perform that action at this time.
0 commit comments