mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: fix urls to avoid redirection
Replace redirected urls with the final ones. Replace http urls with https ones. PR-URL: https://github.com/nodejs/node/pull/33614 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
@@ -59,7 +59,7 @@ module.exports = {
|
||||
],
|
||||
rules: {
|
||||
// ESLint built-in rules
|
||||
// http://eslint.org/docs/rules
|
||||
// https://eslint.org/docs/rules/
|
||||
'accessor-pairs': 'error',
|
||||
'array-callback-return': 'error',
|
||||
'arrow-parens': ['error', 'always'],
|
||||
|
||||
2
.github/SUPPORT.md
vendored
2
.github/SUPPORT.md
vendored
@@ -17,7 +17,7 @@ resources:
|
||||
* [Questions tagged 'node.js' on Stack Overflow](https://stackoverflow.com/questions/tagged/node.js)
|
||||
* [#node.js channel on chat.freenode.net](https://webchat.freenode.net?channels=node.js&uio=d4)
|
||||
* [Node.js Slack Community](https://node-js.slack.com/)
|
||||
* To register: [nodeslackers.com](http://www.nodeslackers.com/)
|
||||
* To register: [nodeslackers.com](https://www.nodeslackers.com/)
|
||||
|
||||
GitHub issues are for tracking enhancements and bugs, not general support.
|
||||
|
||||
|
||||
@@ -695,7 +695,7 @@ that works for both your host and target environments.
|
||||
### Build with a specific ICU
|
||||
|
||||
You can find other ICU releases at
|
||||
[the ICU homepage](http://icu-project.org/download).
|
||||
[the ICU homepage](http://site.icu-project.org/download).
|
||||
Download the file named something like `icu4c-**##.#**-src.tgz` (or
|
||||
`.zip`).
|
||||
|
||||
@@ -726,7 +726,7 @@ $ ./configure --with-intl=full-icu --with-icu-source=http://url/to/icu.tgz
|
||||
#### Windows
|
||||
|
||||
First unpack latest ICU to `deps/icu`
|
||||
[icu4c-**##.#**-src.tgz](http://icu-project.org/download) (or `.zip`)
|
||||
[icu4c-**##.#**-src.tgz](http://site.icu-project.org/download) (or `.zip`)
|
||||
as `deps/icu` (You'll have: `deps/icu/source/...`)
|
||||
|
||||
```console
|
||||
|
||||
@@ -608,6 +608,6 @@ Other keys used to sign some previous releases:
|
||||
[Code of Conduct]: https://github.com/nodejs/admin/blob/master/CODE_OF_CONDUCT.md
|
||||
[Contributing to the project]: CONTRIBUTING.md
|
||||
[Node.js Website]: https://nodejs.org/
|
||||
[OpenJS Foundation]: http://openjs.foundation/
|
||||
[OpenJS Foundation]: https://openjsf.org/
|
||||
[Working Groups]: https://github.com/nodejs/TSC/blob/master/WORKING_GROUPS.md
|
||||
[Strategic Initiatives]: https://github.com/nodejs/TSC/blob/master/Strategic-Initiatives.md
|
||||
|
||||
Reference in New Issue
Block a user