| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 99371ad commit 8dbf334
4 files 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 | |
|---|---|---|---|
@@ -691,7 +691,7 @@ that works for both your host and target environments. | |||
| 691 | 691 | ### Build with a specific ICU | |
| 692 | 692 | ||
| 693 | 693 | You can find other ICU releases at | |
| 694 | - [the ICU homepage](http://icu-project.org/download). | ||
| 694 | + [the ICU homepage](http://site.icu-project.org/download). | ||
| 695 | 695 | Download the file named something like `icu4c-**##.#**-src.tgz` (or | |
| 696 | 696 | `.zip`). | |
| 697 | 697 | ||
@@ -722,7 +722,7 @@ $ ./configure --with-intl=full-icu --with-icu-source=http://url/to/icu.tgz | |||
| 722 | 722 | #### Windows | |
| 723 | 723 | ||
| 724 | 724 | First unpack latest ICU to `deps/icu` | |
| 725 | - [icu4c-**##.#**-src.tgz](http://icu-project.org/download) (or `.zip`) | ||
| 725 | + [icu4c-**##.#**-src.tgz](http://site.icu-project.org/download) (or `.zip`) | ||
| 726 | 726 | as `deps/icu` (You'll have: `deps/icu/source/...`) | |
| 727 | 727 | ||
| 728 | 728 | ```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 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments