| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 549d24b commit 54b6f1b
8 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1367,7 +1367,7 @@ console.log(result); | |||
| 1367 | 1367 | [`Worker`]: worker_threads.md#worker_threads_class_worker | |
| 1368 | 1368 | [bindings]: https://github.com/TooTallNate/node-bindings | |
| 1369 | 1369 | [download]: https://github.com/nodejs/node-addon-examples | |
| 1370 | - [examples]: https://github.com/nodejs/nan/tree/master/examples/ | ||
| 1370 | + [examples]: https://github.com/nodejs/nan/tree/HEAD/examples/ | ||
| 1371 | 1371 | [installation instructions]: https://github.com/nodejs/node-gyp#installation | |
| 1372 | 1372 | [libuv]: https://github.com/libuv/libuv | |
| 1373 | 1373 | [node-gyp]: https://github.com/nodejs/node-gyp | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -64,6 +64,6 @@ be unavoidable. | |||
| 64 | 64 | ||
| 65 | 65 | [Semantic Versioning]: https://semver.org/ | |
| 66 | 66 | [V8 JavaScript engine]: https://v8.dev/ | |
| 67 | - [the contributing guide]: https://github.com/nodejs/node/blob/master/CONTRIBUTING.md | ||
| 67 | + [the contributing guide]: https://github.com/nodejs/node/blob/HEAD/CONTRIBUTING.md | ||
| 68 | 68 | [the issue tracker]: https://github.com/nodejs/node/issues/new | |
| 69 | 69 | [warning]: process.md#process_event_warning | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -161,5 +161,5 @@ int RunNodeInstance(MultiIsolatePlatform* platform, | |||
| 161 | 161 | [CLI options]: cli.md | |
| 162 | 162 | [`process.memoryUsage()`]: process.md#process_process_memoryusage | |
| 163 | 163 | [deprecation policy]: deprecations.md | |
| 164 | - [embedtest.cc]: https://github.com/nodejs/node/blob/master/test/embedding/embedtest.cc | ||
| 165 | - [src/node.h]: https://github.com/nodejs/node/blob/master/src/node.h | ||
| 164 | + [embedtest.cc]: https://github.com/nodejs/node/blob/HEAD/test/embedding/embedtest.cc | ||
| 165 | + [src/node.h]: https://github.com/nodejs/node/blob/HEAD/src/node.h | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -189,12 +189,12 @@ to be helpful: | |||
| 189 | 189 | dedicated to ECMA-402. | |
| 190 | 190 | ||
| 191 | 191 | ["ICU Data"]: http://userguide.icu-project.org/icudata | |
| 192 | - [BUILDING.md]: https://github.com/nodejs/node/blob/master/BUILDING.md | ||
| 192 | + [BUILDING.md]: https://github.com/nodejs/node/blob/HEAD/BUILDING.md | ||
| 193 | 193 | [ECMA-262]: https://tc39.github.io/ecma262/ | |
| 194 | 194 | [ECMA-402]: https://tc39.github.io/ecma402/ | |
| 195 | 195 | [ICU]: http://site.icu-project.org/ | |
| 196 | 196 | [REPL]: repl.md#repl_repl | |
| 197 | - [Test262]: https://github.com/tc39/test262/tree/master/test/intl402 | ||
| 197 | + [Test262]: https://github.com/tc39/test262/tree/HEAD/test/intl402 | ||
| 198 | 198 | [WHATWG URL parser]: url.md#url_the_whatwg_url_api | |
| 199 | 199 | [`--icu-data-dir`]: cli.md#cli_icu_data_dir_file | |
| 200 | 200 | [`Date.prototype.toLocaleString()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleString | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6085,7 +6085,7 @@ the add-on's file name during loading. | |||
| 6085 | 6085 | [`napi_unwrap`]: #n_api_napi_unwrap | |
| 6086 | 6086 | [`napi_wrap`]: #n_api_napi_wrap | |
| 6087 | 6087 | [`node-addon-api`]: https://github.com/nodejs/node-addon-api | |
| 6088 | - [`node_api.h`]: https://github.com/nodejs/node/blob/master/src/node_api.h | ||
| 6088 | + [`node_api.h`]: https://github.com/nodejs/node/blob/HEAD/src/node_api.h | ||
| 6089 | 6089 | [`process.release`]: process.md#process_process_release | |
| 6090 | 6090 | [`uv_ref`]: https://docs.libuv.org/en/v1.x/handle.html#c.uv_ref | |
| 6091 | 6091 | [`uv_unref`]: https://docs.libuv.org/en/v1.x/handle.html#c.uv_unref | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1281,7 +1281,7 @@ The following process scheduling constants are exported by | |||
| 1281 | 1281 | </tr> | |
| 1282 | 1282 | </table> | |
| 1283 | 1283 | ||
| 1284 | - [Android building]: https://github.com/nodejs/node/blob/master/BUILDING.md#androidandroid-based-devices-eg-firefox-os | ||
| 1284 | + [Android building]: https://github.com/nodejs/node/blob/HEAD/BUILDING.md#androidandroid-based-devices-eg-firefox-os | ||
| 1285 | 1285 | [EUID]: https://en.wikipedia.org/wiki/User_identifier#Effective_user_ID | |
| 1286 | 1286 | [`SystemError`]: errors.md#errors_class_systemerror | |
| 1287 | 1287 | [`process.arch`]: process.md#process_process_arch | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1143,7 +1143,7 @@ This field defines [subpath imports][] for the current package. | |||
| 1143 | 1143 | [CommonJS]: modules.md | |
| 1144 | 1144 | [ES module]: esm.md | |
| 1145 | 1145 | [ES modules]: esm.md | |
| 1146 | - [Node.js documentation for this section]: https://github.com/nodejs/node/blob/master/doc/api/packages.md#conditions-definitions | ||
| 1146 | + [Node.js documentation for this section]: https://github.com/nodejs/node/blob/HEAD/doc/api/packages.md#conditions-definitions | ||
| 1147 | 1147 | [`ERR_PACKAGE_PATH_NOT_EXPORTED`]: errors.md#errors_err_package_path_not_exported | |
| 1148 | 1148 | [`esm`]: https://github.com/standard-things/esm#readme | |
| 1149 | 1149 | [`"exports"`]: #packages_exports | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1828,7 +1828,7 @@ tarball. | |||
| 1828 | 1828 | that are no longer supported). | |
| 1829 | 1829 | * `'Dubnium'` for the 10.x LTS line beginning with 10.13.0. | |
| 1830 | 1830 | * `'Erbium'` for the 12.x LTS line beginning with 12.13.0. | |
| 1831 | - For other LTS Release code names, see [Node.js Changelog Archive](https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_ARCHIVE.md) | ||
| 1831 | + For other LTS Release code names, see [Node.js Changelog Archive](https://github.com/nodejs/node/blob/HEAD/doc/changelogs/CHANGELOG_ARCHIVE.md) | ||
| 1832 | 1832 | ||
| 1833 | 1833 | <!-- eslint-skip --> | |
| 1834 | 1834 | ```js | |
@@ -2671,7 +2671,7 @@ cases: | |||
| 2671 | 2671 | code will be `128` + `6`, or `134`. | |
| 2672 | 2672 | ||
| 2673 | 2673 | [Advanced serialization for `child_process`]: child_process.md#child_process_advanced_serialization | |
| 2674 | - [Android building]: https://github.com/nodejs/node/blob/master/BUILDING.md#androidandroid-based-devices-eg-firefox-os | ||
| 2674 | + [Android building]: https://github.com/nodejs/node/blob/HEAD/BUILDING.md#androidandroid-based-devices-eg-firefox-os | ||
| 2675 | 2675 | [Child Process]: child_process.md | |
| 2676 | 2676 | [Cluster]: cluster.md | |
| 2677 | 2677 | [Duplex]: stream.md#stream_duplex_and_transform_streams | |
| Back | FazBrowse Home | New Git URL |
0 commit comments