Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc: reorder reference links to satisfy remark-lint
  • Loading branch information
Jeevankumar-S committed Jan 19, 2026
commit d2a7581008f9108db186e4b9ef7217b74cdde063
2 changes: 1 addition & 1 deletion doc/api/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -4537,13 +4537,13 @@ cases:
[Event Loop]: https://nodejs.org/en/learn/asynchronous-work/event-loop-timers-and-nexttick#understanding-processnexttick
[LTS]: https://github.com/nodejs/Release
[Permission Model]: permissions.md#permission-model
[program entry point]: https://nodejs.org/api/cli.html#program-entry-point
[Readable]: stream.md#readable-streams
[Signal Events]: #signal-events
[Source Map]: https://tc39.es/ecma426/
[Stream compatibility]: stream.md#compatibility-with-older-nodejs-versions
[TTY]: tty.md#tty
[Writable]: stream.md#writable-streams
[program entry point]: https://nodejs.org/api/cli.html#program-entry-point
[`'exit'`]: #event-exit
[`'message'`]: child_process.md#event-message
[`'uncaughtException'`]: #event-uncaughtexception
Expand Down
Loading