Skip to content

Commit

Permalink
Add a /cl redirect for gerrit CLs
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Aug 13, 2023
1 parent 08b89e1 commit 3a1c1ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 3a1c1ba

Please sign in to comment.