Skip to content

Commit 4aea88b

Browse files
chris--younggibfahn
authored andcommitted
docs: fix broken link in debugging guide
PR-URL: #1219 Fixes: nodejs/node#12928
1 parent 13eaf4c commit 4aea88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locale/en/docs/guides/debugging-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ couple popular ones are listed below.
156156

157157
The V8 Debugging Protocol is no longer maintained or documented.
158158

159-
#### [Built-in Debugger](https://github.com/nodejs/node/blob/master/lib/_debugger.js)
159+
#### [Built-in Debugger](https://nodejs.org/dist/latest-v6.x/docs/api/debugger.html)
160160

161161
Start `node debug script_name.js` to start your script under Node's builtin
162162
command-line debugger. Your script starts in another Node process started with

0 commit comments

Comments
 (0)