Skip to content

Commit efda6fb

Browse files
vsemozhetbytjasnell
authored andcommitted
doc: update links and names for DevTools Protocol
PR-URL: #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>
1 parent 60eb95a commit efda6fb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/api/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Activate inspector on host:port. Default is 127.0.0.1:9229.
128128

129129
V8 inspector integration allows tools such as Chrome DevTools and IDEs to debug
130130
and profile Node.js instances. The tools attach to Node.js instances via a
131-
tcp port and communicate using the [Chrome Debugging Protocol][].
131+
tcp port and communicate using the [Chrome DevTools Protocol][].
132132

133133

134134
### `--napi-modules`
@@ -678,7 +678,7 @@ greater than `4` (its current default value). For more information, see the
678678
[`Buffer`]: buffer.html#buffer_class_buffer
679679
[`SlowBuffer`]: buffer.html#buffer_class_slowbuffer
680680
[`process.setUncaughtExceptionCaptureCallback()`]: process.html#process_process_setuncaughtexceptioncapturecallback_fn
681-
[Chrome Debugging Protocol]: https://chromedevtools.github.io/debugger-protocol-viewer
681+
[Chrome DevTools Protocol]: https://chromedevtools.github.io/devtools-protocol/
682682
[REPL]: repl.html
683683
[debugger]: debugger.html
684684
[emit_warning]: process.html#process_process_emitwarning_warning_type_code_ctor

doc/api/debugger.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ breakpoint)
174174

175175
V8 Inspector integration allows attaching Chrome DevTools to Node.js
176176
instances for debugging and profiling. It uses the
177-
[Chrome Debugging Protocol][].
177+
[Chrome DevTools Protocol][].
178178

179179
V8 Inspector can be enabled by passing the `--inspect` flag when starting a
180180
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:
194194
at the end of the URL is generated on the fly, it varies in different
195195
debugging sessions.)
196196

197-
[Chrome Debugging Protocol]: https://chromedevtools.github.io/debugger-protocol-viewer/
197+
[Chrome DevTools Protocol]: https://chromedevtools.github.io/devtools-protocol/
198198
[V8 Inspector]: #debugger_v8_inspector_integration_for_node_js

doc/node.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Default is
114114
.Sy 127.0.0.1:9229 .
115115
.Pp
116116
V8 Inspector integration allows attaching Chrome DevTools and IDEs to Node.js instances for debugging and profiling.
117-
It uses the Chrome Debugging Protocol.
117+
It uses the Chrome DevTools Protocol.
118118
.
119119
.It Fl -napi-modules
120120
Enable loading native modules compiled with the ABI-stable Node.js API (N-API)

0 commit comments

Comments
 (0)