Skip to content

Commit 414b916

Browse files
authored
Add /to/template link (#12635)
I keep forgetting if the design doc template is [flutter.dev/to/template](https://flutter.dev/to/template) or [flutter.dev/go/template](https://flutter.dev/go/template). This supports both through daisy chaining.
1 parent 37db8f7 commit 414b916

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

firebase.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -827,6 +827,7 @@
827827
{ "source": "/to/state-management-sample", "destination": "/data-and-backend/state-mgmt/simple", "type": 301 },
828828
{ "source": "/to/switch-flutter-version", "destination": "/install/upgrade#switch-to-a-specific-flutter-version", "type": 301 },
829829
{ "source": "/to/team-infra", "destination": "https://github.com/flutter/flutter/blob/main/docs/triage/Infra-Triage.md", "type": 301 },
830+
{ "source": "/to/template", "destination": "https://flutter.dev/go/template", "type": 301 },
830831
{ "source": "/to/test-drive", "destination": "/get-started/quick", "type": 301 },
831832
{ "source": "/to/track-widget-creation", "destination": "/tools/devtools/inspector#track-widget-creation", "type": 301 },
832833
{ "source": "/to/troubleshoot-devices", "destination": "/install/troubleshoot", "type": 301 },

0 commit comments

Comments
 (0)