diff --git a/firebase.json b/firebase.json index 5aee7e5d1d6..954cdeae6dd 100644 --- a/firebase.json +++ b/firebase.json @@ -55,6 +55,7 @@ { "source": "/codelabs", "destination": "/docs/codelabs", "type": 301 }, { "source": "/cookbook", "destination": "/docs/cookbook", "type": 301 }, { "source": "/cookbook/:rest*", "destination": "/docs/cookbook/:rest*", "type": 301 }, + { "source": "/jobs", "destination": "/jobs/infrastructure", "type": 301 }, { "source": "/custom-fonts", "destination": "/docs/cookbook/design/fonts", "type": 301 }, { "source": "/debugging", "destination": "/docs/testing/debugging", "type": 301 }, { "source": "/design-principles", "destination": "https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo", "type": 301 },