Commit 0cbbca9
src: fix dead inspector help URL
The URL printed when running `node --inspect` pointed to
https://nodejs.org/en/docs/inspector which returns 404.
Update it to https://nodejs.org/api/inspector.html which is the
current location of the inspector API documentation.
Fixes: #62743
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 31b9e60 commit 0cbbca9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
| 251 | + | |
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| |||
0 commit comments