Version
v24.13.1
Platform
Darwin SPARE(1101761) 25.4.0 Darwin Kernel Version 25.4.0: Thu Mar 19 19:31:17 PDT 2026; root:xnu-12377.101.15~1/RELEASE_ARM64_T6020 arm64
Subsystem
No response
What steps will reproduce the bug?
Run node --inspect, and it prints For help, see: https://nodejs.org/en/docs/inspector.
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior? Why is that the expected behavior?
It should not show a dead link. Presumably it's intended to link https://nodejs.org/api/inspector.html
What do you see instead?
The link https://nodejs.org/en/docs/inspector returns 404.
Additional information
The link appears to be from here:
|
"https://nodejs.org/en/docs/inspector"); |
Maybe this is actually a website bug, and this link should still be working? It's not clear to me.
Version
v24.13.1
Platform
Subsystem
No response
What steps will reproduce the bug?
Run
node --inspect, and it printsFor help, see: https://nodejs.org/en/docs/inspector.How often does it reproduce? Is there a required condition?
Always
What is the expected behavior? Why is that the expected behavior?
It should not show a dead link. Presumably it's intended to link https://nodejs.org/api/inspector.html
What do you see instead?
The link
https://nodejs.org/en/docs/inspectorreturns 404.Additional information
The link appears to be from here:
node/src/inspector_socket_server.cc
Line 251 in ed05549
Maybe this is actually a website bug, and this link should still be working? It's not clear to me.