File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -1367,7 +1367,7 @@ console.log(result);
13671367[`Worker`]: worker_threads.md#worker_threads_class_worker
13681368[bindings]: https:// github.com/TooTallNate/node-bindings
13691369[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/
13711371[installation instructions]: https:// github.com/nodejs/node-gyp#installation
13721372[libuv]: https:// github.com/libuv/libuv
13731373[node-gyp]: https:// github.com/nodejs/node-gyp
Original file line number Diff line number Diff line change @@ -64,6 +64,6 @@ be unavoidable.
6464
6565[ Semantic Versioning ] : https://semver.org/
6666[ 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
6868[ the issue tracker ] : https://github.com/nodejs/node/issues/new
6969[ warning ] : process.md#process_event_warning
Original file line number Diff line number Diff line change @@ -161,5 +161,5 @@ int RunNodeInstance(MultiIsolatePlatform* platform,
161161[ CLI options ] : cli.md
162162[ `process.memoryUsage()` ] : process.md#process_process_memoryusage
163163[ 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:
189189 dedicated to ECMA-402.
190190
191191[ "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
193193[ ECMA-262 ] : https://tc39.github.io/ecma262/
194194[ ECMA-402 ] : https://tc39.github.io/ecma402/
195195[ ICU ] : http://site.icu-project.org/
196196[ 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
198198[ WHATWG URL parser ] : url.md#url_the_whatwg_url_api
199199[ `--icu-data-dir` ] : cli.md#cli_icu_data_dir_file
200200[ `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 @@ -6089,7 +6089,7 @@ the add-on's file name during loading.
60896089[`napi_unwrap`]: #n_api_napi_unwrap
60906090[`napi_wrap`]: #n_api_napi_wrap
60916091[`node-addon-api`]: https://github.com/nodejs/node-addon-api
6092- [`node_api.h`]: https://github.com/nodejs/node/blob/master /src/node_api.h
6092+ [`node_api.h`]: https://github.com/nodejs/node/blob/HEAD /src/node_api.h
60936093[`process.release`]: process.md#process_process_release
60946094[`uv_ref`]: https://docs.libuv.org/en/v1.x/handle.html#c.uv_ref
60956095[`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
12811281 </tr >
12821282</table >
12831283
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
12851285[ EUID ] : https://en.wikipedia.org/wiki/User_identifier#Effective_user_ID
12861286[ `SystemError` ] : errors.md#errors_class_systemerror
12871287[ `process.arch` ] : process.md#process_process_arch
Original file line number Diff line number Diff line change @@ -1146,7 +1146,7 @@ This field defines [subpath imports][] for the current package.
11461146[CommonJS]: modules .md
11471147[ES module ]: esm .md
11481148[ES modules]: esm .md
1149- [Node .js documentation for this section]: https: // github.com/nodejs/node/blob/master /doc/api/packages.md#conditions-definitions
1149+ [Node .js documentation for this section]: https: // github.com/nodejs/node/blob/HEAD /doc/api/packages.md#conditions-definitions
11501150[` ERR_PACKAGE_PATH_NOT_EXPORTED` ]: errors .md #errors_err_package_path_not_exported
11511151[` esm` ]: https: // github.com/standard-things/esm#readme
11521152[` "exports"` ]: #packages_exports
Original file line number Diff line number Diff line change @@ -1836,7 +1836,7 @@ tarball.
18361836 that are no longer supported).
18371837 * ` 'Dubnium' ` for the 10.x LTS line beginning with 10.13.0.
18381838 * ` 'Erbium' ` for the 12.x LTS line beginning with 12.13.0.
1839- For other LTS Release code names, see [ Node.js Changelog Archive] ( https://github.com/nodejs/node/blob/master /doc/changelogs/CHANGELOG_ARCHIVE.md )
1839+ For other LTS Release code names, see [ Node.js Changelog Archive] ( https://github.com/nodejs/node/blob/HEAD /doc/changelogs/CHANGELOG_ARCHIVE.md )
18401840
18411841<!-- eslint-skip -->
18421842``` js
@@ -2679,7 +2679,7 @@ cases:
26792679 code will be ` 128 ` + ` 6 ` , or ` 134 ` .
26802680
26812681[ Advanced serialization for `child_process` ] : child_process.md#child_process_advanced_serialization
2682- [ Android building ] : https://github.com/nodejs/node/blob/master /BUILDING.md#androidandroid-based-devices-eg-firefox-os
2682+ [ Android building ] : https://github.com/nodejs/node/blob/HEAD /BUILDING.md#androidandroid-based-devices-eg-firefox-os
26832683[ Child Process ] : child_process.md
26842684[ Cluster ] : cluster.md
26852685[ Duplex ] : stream.md#stream_duplex_and_transform_streams
You can’t perform that action at this time.
0 commit comments