diff --git a/doc/api/inspector.md b/doc/api/inspector.md index c469ed9c5dbc45..fde1220d581a0e 100644 --- a/doc/api/inspector.md +++ b/doc/api/inspector.md @@ -224,6 +224,6 @@ session.post('HeapProfiler.takeHeapSnapshot', null, (err, r) => { [`'Debugger.paused'`]: https://chromedevtools.github.io/devtools-protocol/v8/Debugger#event-paused [`session.connect()`]: #inspector_session_connect -[CPU Profiler]: https://chromedevtools.github.io/devtools-protocol/v8/Profiler [Chrome DevTools Protocol Viewer]: https://chromedevtools.github.io/devtools-protocol/v8/ -[Heap Profiler]: https://chromedevtools.github.io/devtools-protocol/v8/HeapProfiler +[CPU Profiler]: https://chromedevtools.github.io/devtools-protocol/tot/Profiler +[Heap Profiler]: https://chromedevtools.github.io/devtools-protocol/tot/HeapProfiler