Use https://nodejs.org URL when possible.#21719
Use https://nodejs.org URL when possible.#21719XhmikosR wants to merge 1 commit intonodejs:masterfrom XhmikosR:xmr-master-windows-installer-link
Conversation
|
BTW I searched the code base for |
There was a problem hiding this comment.
LGTM.
On a side note, these might also need updating:
tools/pkgsrc/description:7:http://nodejs.org/
tools/rpm/node.spec:25:Source0: http://nodejs.org/dist/v%{_version}/node-v%{_version}.tar.gz
src/string_bytes.cc:346: // http://nodejs.org/api/buffer.html regarding Node's "ucs2"
src/string_bytes.cc:712: // http://nodejs.org/api/buffer.html regarding Node's "ucs2"
src/node_buffer.cc:486: // need to reorder on BE platforms. See http://nodejs.org/api/buffer.html
hundreds if not thousands of http links
Everything in node_modules and deps (and other thirdparty code locations) should be excluded.
|
@ChALkeR: I know but I didn't only search for I could have a stab at it later but I think the best would be if this would be split up in parts. For starters I could replace all nodejs.org links if you guys want in this PR. |
|
Done. I changed all the |
|
AIX CI re-run: https://ci.nodejs.org/job/node-test-commit-aix/16304/ |
|
Landed in 998f9ff 🎉 |
PR-URL: #21719 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
PR-URL: #21719 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
No description provided.