mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs: setup a redirect for network page (#12303)
This commit is contained in:
parent
c7db4152d6
commit
2968f215f6
@ -95,6 +95,10 @@ const config = {
|
|||||||
from: '/guides/query-selectors',
|
from: '/guides/query-selectors',
|
||||||
to: '/guides/page-interactions',
|
to: '/guides/page-interactions',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
from: '/guides/request-interception',
|
||||||
|
to: '/guides/network-interception',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
from: '/guides/query-selectors-legacy',
|
from: '/guides/query-selectors-legacy',
|
||||||
to: '/guides/page-interactions',
|
to: '/guides/page-interactions',
|
||||||
|
Loading…
Reference in New Issue
Block a user