From e4fd088daa7aa8e2bd2891e7491cec3e40f84539 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Sharma?= <737941+loic-sharma@users.noreply.github.com> Date: Tue, 4 Nov 2025 15:27:14 -0800 Subject: [PATCH] Add /to/template link --- firebase.json | 1 + 1 file changed, 1 insertion(+) diff --git a/firebase.json b/firebase.json index d098f375f63..9f7b9e9f205 100644 --- a/firebase.json +++ b/firebase.json @@ -827,6 +827,7 @@ { "source": "/to/state-management-sample", "destination": "/data-and-backend/state-mgmt/simple", "type": 301 }, { "source": "/to/switch-flutter-version", "destination": "/install/upgrade#switch-to-a-specific-flutter-version", "type": 301 }, { "source": "/to/team-infra", "destination": "https://github.com/flutter/flutter/blob/main/docs/triage/Infra-Triage.md", "type": 301 }, + { "source": "/to/template", "destination": "https://flutter.dev/go/template", "type": 301 }, { "source": "/to/test-drive", "destination": "/get-started/quick", "type": 301 }, { "source": "/to/track-widget-creation", "destination": "/tools/devtools/inspector#track-widget-creation", "type": 301 }, { "source": "/to/troubleshoot-devices", "destination": "/install/troubleshoot", "type": 301 },