summaryrefslogtreecommitdiff
path: root/doc/api/inspector.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/inspector.md')
-rw-r--r--doc/api/inspector.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/inspector.md b/doc/api/inspector.md
index dca182acc6..3883d7c858 100644
--- a/doc/api/inspector.md
+++ b/doc/api/inspector.md
@@ -81,7 +81,7 @@ added: v8.0.0
Emitted when an inspector notification is received that has its method field set
to the `<inspector-protocol-method>` value.
-The following snippet installs a listener on the [`Debugger.paused`][]
+The following snippet installs a listener on the [`'Debugger.paused'`][]
event, and prints the reason for program suspension whenever program
execution is suspended (through breakpoints, for example):
@@ -167,8 +167,8 @@ session.post('Profiler.enable', () => {
```
-[`session.connect()`]: #inspector_session_connect
-[`Debugger.paused`]: https://chromedevtools.github.io/devtools-protocol/v8/Debugger/#event-paused
+[`'Debugger.paused'`]: https://chromedevtools.github.io/devtools-protocol/v8/Debugger#event-paused
[`EventEmitter`]: events.html#events_class_eventemitter
+[`session.connect()`]: #inspector_session_connect
[Chrome DevTools Protocol Viewer]: https://chromedevtools.github.io/devtools-protocol/v8/
[CPU Profiler]: https://chromedevtools.github.io/devtools-protocol/v8/Profiler