| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 42fd139 commit 844b45b
5 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -501,16 +501,16 @@ $ backtrace | |||
| 501 | 501 | [Build Tools](https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2017), | |
| 502 | 502 | with the default optional components. | |
| 503 | 503 | * Basic Unix tools required for some tests, | |
| 504 | - [Git for Windows](http://git-scm.com/download/win) includes Git Bash | ||
| 504 | + [Git for Windows](https://git-scm.com/download/win) includes Git Bash | ||
| 505 | 505 | and tools which can be included in the global `PATH`. | |
| 506 | - * The [NetWide Assembler](http://www.nasm.us/), for OpenSSL assembler modules. | ||
| 506 | + * The [NetWide Assembler](https://www.nasm.us/), for OpenSSL assembler modules. | ||
| 507 | 507 | If not installed in the default location, it needs to be manually added | |
| 508 | 508 | to `PATH`. A build with the `openssl-no-asm` option does not need this, nor | |
| 509 | 509 | does a build targeting ARM64 Windows. | |
| 510 | 510 | ||
| 511 | 511 | Optional requirements to build the MSI installer package: | |
| 512 | 512 | ||
| 513 | - * The [WiX Toolset v3.11](http://wixtoolset.org/releases/) and the | ||
| 513 | + * The [WiX Toolset v3.11](https://wixtoolset.org/releases/) and the | ||
| 514 | 514 | [Wix Toolset Visual Studio 2017 Extension](https://marketplace.visualstudio.com/items?itemName=RobMensching.WixToolsetVisualStudio2017Extension). | |
| 515 | 515 | ||
| 516 | 516 | Optional requirements for compiling for Windows 10 on ARM (ARM64): | |
@@ -527,7 +527,7 @@ Optional requirements for compiling for Windows 10 on ARM (ARM64): | |||
| 527 | 527 | ##### Option 2: Automated install with Boxstarter | |
| 528 | 528 | <a name="boxstarter"></a> | |
| 529 | 529 | ||
| 530 | - A [Boxstarter](http://boxstarter.org/) script can be used for easy setup of | ||
| 530 | + A [Boxstarter](https://boxstarter.org/) script can be used for easy setup of | ||
| 531 | 531 | Windows systems with all the required prerequisites for Node.js development. | |
| 532 | 532 | This script will install the following [Chocolatey](https://chocolatey.org/) | |
| 533 | 533 | packages: | |
@@ -541,16 +541,16 @@ packages: | |||
| 541 | 541 | * [NetWide Assembler](https://chocolatey.org/packages/nasm) | |
| 542 | 542 | ||
| 543 | 543 | To install Node.js prerequisites using | |
| 544 | - [Boxstarter WebLauncher](http://boxstarter.org/WebLauncher), open | ||
| 545 | - <http://boxstarter.org/package/nr/url?https://raw.githubusercontent.com/nodejs/node/master/tools/bootstrap/windows_boxstarter> | ||
| 544 | + [Boxstarter WebLauncher](https://boxstarter.org/WebLauncher), open | ||
| 545 | + <https://boxstarter.org/package/nr/url?https://raw.githubusercontent.com/nodejs/node/master/tools/bootstrap/windows_boxstarter> | ||
| 546 | 546 | with Internet Explorer or Edge browser on the target machine. | |
| 547 | 547 | ||
| 548 | 548 | Alternatively, you can use PowerShell. Run those commands from an elevated | |
| 549 | 549 | PowerShell terminal: | |
| 550 | 550 | ||
| 551 | 551 | ```powershell | |
| 552 | 552 | Set-ExecutionPolicy Unrestricted -Force | |
| 553 | - iex ((New-Object System.Net.WebClient).DownloadString('http://boxstarter.org/bootstrapper.ps1')) | ||
| 553 | + iex ((New-Object System.Net.WebClient).DownloadString('https://boxstarter.org/bootstrapper.ps1')) | ||
| 554 | 554 | get-boxstarter -Force | |
| 555 | 555 | Install-BoxstarterPackage https://raw.githubusercontent.com/nodejs/node/master/tools/bootstrap/windows_boxstarter -DisableReboots | |
| 556 | 556 | ``` | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -65,5 +65,5 @@ See also API documentation structure overview in [doctools README][]. | |||
| 65 | 65 | [Javascript type]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Grammar_and_types#Data_structures_and_types | |
| 66 | 66 | [serial commas]: https://en.wikipedia.org/wiki/Serial_comma | |
| 67 | 67 | [The New York Times Manual of Style and Usage]: https://en.wikipedia.org/wiki/The_New_York_Times_Manual_of_Style_and_Usage | |
| 68 | - [plugin]: http://editorconfig.org/#download | ||
| 68 | + [plugin]: https://editorconfig.org/#download | ||
| 69 | 69 | [doctools README]: ../tools/doc/README.md | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5219,7 +5219,7 @@ the file contents. | |||
| 5219 | 5219 | [`URL`]: url.html#url_the_whatwg_url_api | |
| 5220 | 5220 | [`UV_THREADPOOL_SIZE`]: cli.html#cli_uv_threadpool_size_size | |
| 5221 | 5221 | [`WriteStream`]: #fs_class_fs_writestream | |
| 5222 | - [`event ports`]: http://illumos.org/man/port_create | ||
| 5222 | + [`event ports`]: https://illumos.org/man/port_create | ||
| 5223 | 5223 | [`fs.Dirent`]: #fs_class_fs_dirent | |
| 5224 | 5224 | [`fs.FSWatcher`]: #fs_class_fs_fswatcher | |
| 5225 | 5225 | [`fs.Stats`]: #fs_class_fs_stats | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -163,7 +163,7 @@ use `Refs:`. | |||
| 163 | 163 | ||
| 164 | 164 | Examples: | |
| 165 | 165 | - `Fixes: https://github.com/nodejs/node/issues/1337` | |
| 166 | - - `Refs: http://eslint.org/docs/rules/space-in-parens.html` | ||
| 166 | + - `Refs: https://eslint.org/docs/rules/space-in-parens.html` | ||
| 167 | 167 | - `Refs: https://github.com/nodejs/node/pull/3615` | |
| 168 | 168 | ||
| 169 | 169 | 5. If your commit introduces a breaking change (`semver-major`), it should | |
@@ -180,7 +180,7 @@ things in more detail. Please word-wrap to keep columns to 72 characters or | |||
| 180 | 180 | less. | |
| 181 | 181 | ||
| 182 | 182 | Fixes: https://github.com/nodejs/node/issues/1337 | |
| 183 | - Refs: http://eslint.org/docs/rules/space-in-parens.html | ||
| 183 | + Refs: https://eslint.org/docs/rules/space-in-parens.html | ||
| 184 | 184 | ``` | |
| 185 | 185 | ||
| 186 | 186 | If you are new to contributing to Node.js, please try to do your best at | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -433,7 +433,7 @@ https://coverage.nodejs.org/. | |||
| 433 | 433 | [Google Test]: https://github.com/google/googletest | |
| 434 | 434 | [`common` module]: https://github.com/nodejs/node/blob/master/test/common/README.md | |
| 435 | 435 | [all maintained branches]: https://github.com/nodejs/lts | |
| 436 | - [node.green]: http://node.green/ | ||
| 436 | + [node.green]: https://node.green/ | ||
| 437 | 437 | [test fixture]: https://github.com/google/googletest/blob/master/googletest/docs/Primer.md#test-fixtures-using-the-same-data-configuration-for-multiple-tests | |
| 438 | 438 | [Test Coverage section of the Building guide]: https://github.com/nodejs/node/blob/master/BUILDING.md#running-coverage | |
| 439 | 439 | [directory structure overview]: https://github.com/nodejs/node/blob/master/test/README.md#test-directories | |
| Back | FazBrowse Home | New Git URL |
0 commit comments