docs: update links (#12351)

This commit is contained in:
Nikolay Vitkov 2024-04-26 15:13:43 +02:00 committed by GitHub
parent e1606acfc8
commit 1c1891e6ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -973,7 +973,7 @@ Activating request interception enables [HTTPRequest.abort()](./puppeteer.httpre
Once request interception is enabled, every request will stall unless it's continued, responded or aborted; or completed using the browser cache.
See the [Request interception guide](https://pptr.dev/next/guides/request-interception) for more details.
See the [Request interception guide](https://pptr.dev/guides/network-interception) for more details.
</td></tr>
<tr><td>

View File

@ -8,7 +8,7 @@ Activating request interception enables [HTTPRequest.abort()](./puppeteer.httpre
Once request interception is enabled, every request will stall unless it's continued, responded or aborted; or completed using the browser cache.
See the [Request interception guide](https://pptr.dev/next/guides/request-interception) for more details.
See the [Request interception guide](https://pptr.dev/guides/network-interception) for more details.
#### Signature:

View File

@ -842,7 +842,7 @@ export abstract class Page extends EventEmitter<PageEvents> {
* continued, responded or aborted; or completed using the browser cache.
*
* See the
* {@link https://pptr.dev/next/guides/request-interception|Request interception guide}
* {@link https://pptr.dev/guides/network-interception|Request interception guide}
* for more details.
*
* @example