Skip to content

Commit 7d3c588

Browse files
committed
fix Built-in Debugger link in ko
1 parent 39a7f4e commit 7d3c588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ TCP 포트(기본 `5858`)로 지금은 중단된 V8 디버깅 프로토콜에서
313313
V8 디버깅 프로토콜은 더는 관리되지 않고 문서화도 되지 않습니다.
314314

315315
<!--
316-
#### [Built-in Debugger](https://github.com/nodejs/node/blob/master/lib/_debugger.js)
316+
#### [Built-in Debugger](https://nodejs.org/dist/latest-v6.x/docs/api/debugger.html)
317317
318318
Start `node debug script_name.js` to start your script under Node's builtin
319319
command-line debugger. Your script starts in another Node process started with

0 commit comments

Comments
 (0)