You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change links in api docs to use HEAD when they
refer to the primary branch.
Signed-off-by: Michael Dawson <mdawson@devrus.com>
PR-URL: #37437
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Copy file name to clipboardExpand all lines: doc/api/process.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1805,7 +1805,7 @@ tarball.
1805
1805
that are no longer supported).
1806
1806
*`'Dubnium'` for the 10.x LTS line beginning with 10.13.0.
1807
1807
*`'Erbium'` for the 12.x LTS line beginning with 12.13.0.
1808
-
For other LTS Release code names, see [Node.js Changelog Archive](https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_ARCHIVE.md)
1808
+
For other LTS Release code names, see [Node.js Changelog Archive](https://github.com/nodejs/node/blob/HEAD/doc/changelogs/CHANGELOG_ARCHIVE.md)
1809
1809
1810
1810
<!-- eslint-skip -->
1811
1811
```js
@@ -2630,7 +2630,7 @@ cases:
2630
2630
code will be `128` + `6`, or `134`.
2631
2631
2632
2632
[Advanced serialization for `child_process`]: child_process.md#child_process_advanced_serialization
0 commit comments