Skip to content

Commit

Permalink
Add missing redirect for old supported platforms location (flutter#9322)
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Aug 28, 2023
1 parent b08a4b8 commit f4c682a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
{ "source": "/platform-integration/windows/version-migration", "destination": "/release/breaking-changes/windows-version-information", "type": 301 },
{ "source": "/platform-integration/windows/dark-mode-migration", "destination": "/release/breaking-changes/windows-dark-mode", "type": 301 },
{ "source": "/release/release-notes/changelogs/changelog-1.17.0", "destination": "/release/release-notes/release-notes-1.17.0", "type": 301 },
{ "source": "/release/release-notes/supported-platforms", "destination": "/reference/supported-platforms", "type": 301 },
{ "source": "/reference/widgets/:catalogpage+", "destination": "/ui/widgets/:catalogpage+", "type": 301 },
{ "source": "/reference/widgets/widgetindex", "destination": "/reference/widgets", "type": 301 },
{ "source": "/release/breaking-changes/scrollable_alert_dialog", "destination": "/release/breaking-changes/scrollable-alert-dialog", "type": 301 },
Expand Down

0 comments on commit f4c682a

Please sign in to comment.