Skip to content

Commit eaa86c2

Browse files
authored
Update broken link (#173)
1 parent eaa3dbf commit eaa86c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const data = await Main.MainImpl.sendOverProtocol("Page.captureScreenshot");</pr
124124

125125
<h3 id="extension">DevTools protocol via Chrome extension</h3>
126126
<p>To allow chrome extensions to interact with the protocol, we introduced
127-
<a href="https://developer.chrome.com/extensions/debugger.html">chrome.debugger</a>
127+
<a href="https://developer.chrome.com/extensions/debugger/">chrome.debugger</a>
128128
extension API that exposes this JSON message
129129
transport interface. As a result, you can not only attach to the remotely
130130
running Chrome instance, but also instrument it from its own extension.

0 commit comments

Comments
 (0)