Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit d3626c0

Browse files
rachelandrewpetele
andauthored
Redirect crux docs (#9624)
* Redirect crux docs * Update _redirects.yaml * Update _redirects.yaml * Update _redirects.yaml Co-authored-by: Pete LePage <pete.lepage@pobox.com>
1 parent 4db3845 commit d3626c0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/content/en/tools/_redirects.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,23 @@ redirects:
477477
- from: /web/tools/workbox/...
478478
to: https://developer.chrome.com/docs/workbox/
479479

480+
481+
# CrUX
482+
- from: /web/tools/chrome-user-experience-report/bigquery/getting-started
483+
to: https://developer.chrome.com/docs/crux/bigquery/
484+
485+
- from: /web/tools/chrome-user-experience-report/bigquery/changelog
486+
to: https://developer.chrome.com/docs/crux/release-notes/
487+
488+
- from: /web/tools/chrome-user-experience-report/api/...
489+
to: https://developer.chrome.com/docs/crux/api/
490+
491+
# Generic redirect. If it wasn't specified above, and there is no matching
492+
# path within this folder, redirect to the URL specified.
493+
- from: /web/tools/chrome-user-experience-report/...
494+
to: https://developer.chrome.com/docs/crux/
495+
496+
480497
# Generic redirect. If it wasn't specified above, and there is no matching
481498
# path within this folder, redirect to the URL specified.
482499
- from: /web/tools/...

0 commit comments

Comments
 (0)