Skip to content

Commit 8dbf334

Browse files
sapicscodebytere
authored andcommitted
doc: fix urls to avoid redirection
Replace redirected urls with the final ones. Replace http urls with https ones. PR-URL: #33614 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 99371ad commit 8dbf334

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff 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'],

.github/SUPPORT.md

+1-1
Original file line numberDiff line numberDiff 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

2222
GitHub issues are for tracking enhancements and bugs, not general support.
2323

BUILDING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ that works for both your host and target environments.
691691
### Build with a specific ICU
692692

693693
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).
695695
Download the file named something like `icu4c-**##.#**-src.tgz` (or
696696
`.zip`).
697697

@@ -722,7 +722,7 @@ $ ./configure --with-intl=full-icu --with-icu-source=http://url/to/icu.tgz
722722
#### Windows
723723

724724
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`)
726726
as `deps/icu` (You'll have: `deps/icu/source/...`)
727727

728728
```console

README.md

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)