From 60fc0be11ab710812af6da849d6898e44a801371 Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Tue, 15 Apr 2025 09:37:29 -0700 Subject: [PATCH 1/2] Add flutter.dev/to/engine-artifacts. --- firebase.json | 1 + 1 file changed, 1 insertion(+) diff --git a/firebase.json b/firebase.json index e2f3adf7b7f..db493f243f3 100644 --- a/firebase.json +++ b/firebase.json @@ -702,6 +702,7 @@ { "source": "/to/develop-plugins", "destination": "/packages-and-plugins/developing-packages#plugin", "type": 301 }, { "source": "/to/edit-plugins", "destination": "/packages-and-plugins/developing-packages#edit-plugin-package", "type": 301 }, { "source": "/to/editor-setup", "destination": "/get-started/editor", "type": 301 }, + { "source": "/to/engine-artifacts", "destination": "https://github.com/flutter/engine/blob/main/docs/tool/Engine-artifacts.md", "type": 301 }, { "source": "/to/engine-rbe", "destination": "https://github.com/flutter/engine/blob/main/docs/rbe/rbe.md", "type": 301 }, { "source": "/to/engine-tool", "destination": "https://github.com/flutter/engine/blob/main/tools/engine_tool/README.md", "type": 301 }, { "source": "/to/engine-tool-bug", "destination": "https://github.com/flutter/flutter/issues/new?labels=e:%20engine-tool", "type": 301 }, From 28ca33aeca3b7121fb76ee97d9f2632d27346d63 Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Tue, 15 Apr 2025 10:06:56 -0700 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 db493f243f3..3f6f8925014 100644 --- a/firebase.json +++ b/firebase.json @@ -702,7 +702,7 @@ { "source": "/to/develop-plugins", "destination": "/packages-and-plugins/developing-packages#plugin", "type": 301 }, { "source": "/to/edit-plugins", "destination": "/packages-and-plugins/developing-packages#edit-plugin-package", "type": 301 }, { "source": "/to/editor-setup", "destination": "/get-started/editor", "type": 301 }, - { "source": "/to/engine-artifacts", "destination": "https://github.com/flutter/engine/blob/main/docs/tool/Engine-artifacts.md", "type": 301 }, + { "source": "/to/engine-artifacts", "destination": "https://github.com/flutter/flutter/blob/main/docs/tool/Engine-artifacts.md", "type": 301 }, { "source": "/to/engine-rbe", "destination": "https://github.com/flutter/engine/blob/main/docs/rbe/rbe.md", "type": 301 }, { "source": "/to/engine-tool", "destination": "https://github.com/flutter/engine/blob/main/tools/engine_tool/README.md", "type": 301 }, { "source": "/to/engine-tool-bug", "destination": "https://github.com/flutter/flutter/issues/new?labels=e:%20engine-tool", "type": 301 },