summaryrefslogtreecommitdiff
path: root/doc/api/debugger.md
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-04-17 20:04:03 +0300
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-04-17 20:57:03 +0300
commitc98eeb6b8d481eada1bd8edf8306de4338a4c2a6 (patch)
tree0597c0cb81f624f1351b101f6a78dc01b7ac2c68 /doc/api/debugger.md
parente86b319e3f9caa60502b0b0235c34ef0d7250c23 (diff)
downloadandroid-node-v8-c98eeb6b8d481eada1bd8edf8306de4338a4c2a6.tar.gz
android-node-v8-c98eeb6b8d481eada1bd8edf8306de4338a4c2a6.tar.bz2
android-node-v8-c98eeb6b8d481eada1bd8edf8306de4338a4c2a6.zip
doc: update links and names for DevTools Protocol
PR-URL: https://github.com/nodejs/node/pull/20111 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Eugene Ostroukhov <eostroukhov@google.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Diffstat (limited to 'doc/api/debugger.md')
-rw-r--r--doc/api/debugger.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/debugger.md b/doc/api/debugger.md
index 84e0ac207f..51e6d98283 100644
--- a/doc/api/debugger.md
+++ b/doc/api/debugger.md
@@ -174,7 +174,7 @@ breakpoint)
V8 Inspector integration allows attaching Chrome DevTools to Node.js
instances for debugging and profiling. It uses the
-[Chrome Debugging Protocol][].
+[Chrome DevTools Protocol][].
V8 Inspector can be enabled by passing the `--inspect` flag when starting a
Node.js application. It is also possible to supply a custom port with that flag,
@@ -194,5 +194,5 @@ To start debugging, open the following URL in Chrome:
at the end of the URL is generated on the fly, it varies in different
debugging sessions.)
-[Chrome Debugging Protocol]: https://chromedevtools.github.io/debugger-protocol-viewer/
+[Chrome DevTools Protocol]: https://chromedevtools.github.io/devtools-protocol/
[V8 Inspector]: #debugger_v8_inspector_integration_for_node_js