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
Display the source diff
Display the rich diff
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
0 commit comments