From 0a05042a1d298428bf68587121ae4465102993ac Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Wed, 5 Mar 2025 18:22:12 -0800 Subject: [PATCH 1/2] Add `flutter.dev/to/team-infra`. --- firebase.json | 1 + 1 file changed, 1 insertion(+) diff --git a/firebase.json b/firebase.json index 26d5cf295c..a9700d7725 100644 --- a/firebase.json +++ b/firebase.json @@ -752,6 +752,7 @@ { "source": "/to/spm", "destination": "/packages-and-plugins/swift-package-manager", "type": 301 }, { "source": "/to/state-management-sample", "destination": "/data-and-backend/state-mgmt/simple", "type": 301 }, { "source": "/to/switch-flutter-version", "destination": "/release/upgrade/#switching-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/track-widget-creation", "destination": "/tools/devtools/inspector#track-widget-creation", "type": 301 }, { "source": "/to/troubleshoot-devices", "destination": "/get-started/install", "type": 301 }, { "source": "/to/unbounded-constraints", "destination": "/ui/layout/constraints#unbounded", "type": 301 }, From b0637d4c768969bb7b986cc48614897cbab28f68 Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Thu, 6 Mar 2025 08:12:47 -0800 Subject: [PATCH 2/2] Update firebase.json --- firebase.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase.json b/firebase.json index a9700d7725..5914c877c9 100644 --- a/firebase.json +++ b/firebase.json @@ -752,7 +752,7 @@ { "source": "/to/spm", "destination": "/packages-and-plugins/swift-package-manager", "type": 301 }, { "source": "/to/state-management-sample", "destination": "/data-and-backend/state-mgmt/simple", "type": 301 }, { "source": "/to/switch-flutter-version", "destination": "/release/upgrade/#switching-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/team-infra", "destination": "https://github.com/flutter/flutter/blob/main/docs/triage/Infra-Triage.md", "type": 301 }, { "source": "/to/track-widget-creation", "destination": "/tools/devtools/inspector#track-widget-creation", "type": 301 }, { "source": "/to/troubleshoot-devices", "destination": "/get-started/install", "type": 301 }, { "source": "/to/unbounded-constraints", "destination": "/ui/layout/constraints#unbounded", "type": 301 },