File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ module.exports = {
5959 ] ,
6060 rules : {
6161 // ESLint built-in rules
62- // http ://eslint.org/docs/rules
62+ // https ://eslint.org/docs/rules/
6363 'accessor-pairs' : 'error' ,
6464 'array-callback-return' : 'error' ,
6565 'arrow-parens' : [ 'error' , 'always' ] ,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ resources:
1717* [ Questions tagged 'node.js' on Stack Overflow] ( https://stackoverflow.com/questions/tagged/node.js )
1818* [ #node.js channel on chat.freenode.net] ( https://webchat.freenode.net?channels=node.js&uio=d4 )
1919* [ 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/)
2121
2222GitHub issues are for tracking enhancements and bugs, not general support.
2323
Original file line number Diff line number Diff line change @@ -695,7 +695,7 @@ that works for both your host and target environments.
695695### Build with a specific ICU
696696
697697You 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 ) .
699699Download the file named something like ` icu4c-**##.#**-src.tgz ` (or
700700` .zip ` ).
701701
@@ -726,7 +726,7 @@ $ ./configure --with-intl=full-icu --with-icu-source=http://url/to/icu.tgz
726726#### Windows
727727
728728First 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 ` )
730730as ` deps/icu ` (You'll have: ` deps/icu/source/... ` )
731731
732732``` console
Original file line number Diff line number Diff line change @@ -608,6 +608,6 @@ Other keys used to sign some previous releases:
608608[ Code of Conduct ] : https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md
609609[ Contributing to the project ] : CONTRIBUTING.md
610610[ Node.js Website ] : https://nodejs.org/
611- [ OpenJS Foundation ] : http ://openjs.foundation /
611+ [ OpenJS Foundation ] : https ://openjsf.org /
612612[ Working Groups ] : https://github.com/nodejs/TSC/blob/master/WORKING_GROUPS.md
613613[ Strategic Initiatives ] : https://github.com/nodejs/TSC/blob/master/Strategic-Initiatives.md
You can’t perform that action at this time.
0 commit comments