docs: setup a redirect for network page (#12303)

This commit is contained in:
Alex Rudenko 2024-04-22 10:57:19 +02:00 committed by GitHub
parent c7db4152d6
commit 2968f215f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',