Skip to content

Commit

Permalink
docs: update links (#12351)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning00Blade committed Apr 26, 2024
1 parent e1606ac commit 1c1891e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/api/puppeteer.page.md
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/puppeteer.page.setrequestinterception.md
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion packages/puppeteer-core/src/api/Page.ts
Expand Up @@ -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
Expand Down

0 comments on commit 1c1891e

Please sign in to comment.