From 3a1c1ba6aefe6f95f7d56d5d5f46f5cd37d99aab Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Sun, 13 Aug 2023 12:27:27 -0500 Subject: [PATCH] Add a /cl redirect for gerrit CLs --- firebase.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firebase.json b/firebase.json index c258d1d317..a95f04fe8d 100644 --- a/firebase.json +++ b/firebase.json @@ -79,6 +79,8 @@ { "source": "/books", "destination": "/resources/books", "type": 301 }, { "source": "/bug", "destination": "https://dartbug.com", "type": 301 }, { "source": "/bug/:rest*", "destination": "https://dartbug.com/:rest*", "type": 301 }, + { "source": "/cl", "destination": "https://dart-review.googlesource.com/q/status:open+-is:wip", "type": 301 }, + { "source": "/cl/:rest*", "destination": "https://dart-review.googlesource.com/c/sdk/+/:rest*", "type": 301 }, { "source": "/cloud{,/**}", "destination": "/server/google-cloud", "type": 301 }, { "source": "/codelabs/server{,/**}", "destination": "/tutorials/server/httpserver", "type": 301 }, { "source": "/code-of-conduct", "destination": "/community/code-of-conduct", "type": 301 },