Skip to content

Commit 851815a

Browse files
authored
Add and fix a few more /to/ links for Flutter tool (#10772)
Contributes to #10363
1 parent 2085dee commit 851815a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

firebase.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
{ "source": "/get-started/install/null", "destination": "/get-started/install", "type": 301 },
124124
{ "source": "/get-started/web", "destination": "/platform-integration/web/building", "type": 301 },
125125
{ "source": "/ios-14", "destination": "/platform-integration/ios/ios-debugging", "type": 301 },
126-
{ "source": "/ios-project-migration", "destination": "/platform-integration/ios", "type": 301 },
126+
{ "source": "/ios-project-migration", "destination": "https://web.archive.org/web/20220614103526/https://docs.flutter.dev/development/ios-project-migration", "type": 301 },
127127
{ "source": "/layout", "destination": "/ui/layout", "type": 301 },
128128
{ "source": "/material-3-migration", "destination": "/release/breaking-changes/material-3-migration", "type": 301 },
129129
{ "source": "/packages-and-plugins/androidx-compatibility", "destination": "/platform-integration/android/androidx-migration", "type": 301 },
@@ -654,9 +654,13 @@
654654
{ "source": "/to/deep-linking", "destination": "/ui/navigation/deep-linking", "type": 301 },
655655
{ "source": "/to/develop-packages", "destination": "/packages-and-plugins/developing-packages", "type": 301 },
656656
{ "source": "/to/develop-plugins", "destination": "/packages-and-plugins/developing-packages#plugin", "type": 301 },
657+
{ "source": "/to/edit-plugins", "destination": "/packages-and-plugins/developing-packages#edit-plugin-package", "type": 301 },
657658
{ "source": "/to/editor-setup", "destination": "/get-started/editor", "type": 301 },
659+
{ "source": "/to/endorsed-federated-plugin", "destination": "/packages-and-plugins/developing-packages#endorsed-federated-plugin", "type": 301 },
658660
{ "source": "/to/federated-plugins", "destination": "/packages-and-plugins/developing-packages#federated-plugins", "type": 301 },
661+
{ "source": "/to/ffi-package", "destination": "/packages-and-plugins/developing-packages#plugin-ffi", "type": 301 },
659662
{ "source": "/to/flutter-fix", "destination": "/tools/flutter-fix", "type": 301 },
663+
{ "source": "/to/flutter-gradle-plugin-apply", "destination": "/release/breaking-changes/flutter-gradle-plugin-apply", "type": 301 },
660664
{ "source": "/to/flutter-test-docs", "destination": "https://api.flutter.dev/flutter/flutter_test/flutter_test-library.html", "type": 301 },
661665
{ "source": "/to/font-from-package", "destination": "/cookbook/design/package-fonts#use", "type": 301 },
662666
{ "source": "/to/gesture-disambiguation", "destination": "/ui/interactivity/gestures#gesture-disambiguation", "type": 301 },
@@ -676,6 +680,7 @@
676680
{ "source": "/to/ios-development-team", "destination": "/deployment/ios#review-xcode-project-settings", "type": 301 },
677681
{ "source": "/to/ios-ffi", "destination": "/platform-integration/ios/c-interop", "type": 301 },
678682
{ "source": "/to/ios-minimum-target", "destination": "/deployment/ios#review-xcode-project-settings", "type": 301 },
683+
{ "source": "/to/java-gradle-incompatibility", "destination": "/release/breaking-changes/android-java-gradle-migration-guide", "type": 301 },
679684
{ "source": "/to/linux-android-setup", "destination": "/get-started/install/linux/android", "type": 301 },
680685
{ "source": "/to/macos-android-setup", "destination": "/get-started/install/macos/mobile-android", "type": 301 },
681686
{ "source": "/to/macos-deploy", "destination": "/deployment/ios/macos", "type": 301 },
@@ -686,6 +691,7 @@
686691
{ "source": "/to/minimize-layout-passes", "destination": "/perf/best-practices#minimize-layout-passes-caused-by-intrinsic-operations", "type": 301 },
687692
{ "source": "/to/performance-overlay", "destination": "/perf/ui-performance#performance-overlay", "type": 301 },
688693
{ "source": "/to/platform-channels", "destination": "/platform-integration/platform-channels", "type": 301 },
694+
{ "source": "/to/platform-channels-codec", "destination": "/platform-integration/platform-channels#codec", "type": 301 },
689695
{ "source": "/to/platform-plugins", "destination": "/packages-and-plugins/using-packages", "type": 301 },
690696
{ "source": "/to/previous-releases", "destination": "/release/archive", "type": 301 },
691697
{ "source": "/to/profile-mode", "destination": "/testing/build-modes#profile", "type": 301 },

0 commit comments

Comments
 (0)