diff --git a/firebase.json b/firebase.json index 455bcdd0900..687bf1c3642 100644 --- a/firebase.json +++ b/firebase.json @@ -89,7 +89,7 @@ { "source": "/platform-services", "destination": "/platform-integration/platform-channels", "type": 301 }, { "source": "/predictive-back", "destination": "/release/breaking-changes/android-predictive-back#migration-guide", "type": 301 }, { "source": "/reading-writing-files", "destination": "/cookbook/persistence/reading-writing-files", "type": 301 }, - { "source": "/reference/tutorials", "destination": "/reference/learning-resources", "type": 301 }, + { "source": "/reference/tutorials", "destination": "/learn/learning-resources", "type": 301 }, { "source": "/release-notes", "destination": "/release/release-notes", "type": 301 }, { "source": "/release-notes/:version*", "destination": "/release/release-notes/release-notes-:version*", "type": 301 }, { "source": "/responsive*", "destination": "/ui/layout/responsive/adaptive-responsive", "type": 301 }, @@ -100,7 +100,7 @@ { "source": "/technical-overview", "destination": "/resources/architectural-overview", "type": 301 }, { "source": "/text-input", "destination": "/cookbook/forms/text-input", "type": 301 }, { "source": "/tutorial", "destination": "/learn/pathway/tutorial", "type": 301 }, - { "source": "/tutorials", "destination": "/reference/learning-resources", "type": 301 }, + { "source": "/tutorials", "destination": "/learn/learning-resources", "type": 301 }, { "source": "/unbounded-constraints", "destination": "/ui/layout/constraints#unbounded", "type": 301 }, { "source": "/ui-performance", "destination": "/perf/ui-performance", "type": 301 }, { "source": "/ui/widgets-intro", "destination": "/ui", "type": 301 }, @@ -117,15 +117,15 @@ { "source": "/accessibility-and-localization", "destination": "/ui/accessibility", "type": 301 }, { "source": "/accessibility-and-localization/:rest*", "destination": "/ui/accessibility", "type": 301 }, { "source": "/add-to-app/android/add-splash-screen", "destination": "/platform-integration/android/splash-screen", "type": 301 }, - { "source": "/codelabs", "destination": "/reference/learning-resources", "type": 301 }, + { "source": "/codelabs", "destination": "/learn/learning-resources", "type": 301 }, { "source": "/codelabs/layout-basics", "destination": "/ui/layout", "type": 301 }, { "source": "/codelabs/explicit-animations", "destination": "/ui/animations/tutorial", "type": 301 }, { "source": "/codelabs/implicit-animations", "destination": "https://codelabs.developers.google.com/advanced-flutter-animations", "type": 301 }, - { "source": "/cookbook", "destination": "/reference/learning-resources", "type": 301 }, + { "source": "/cookbook", "destination": "/learn/learning-resources", "type": 301 }, { "source": "/cookbook/games/google-mobile-ads", "destination": "/cookbook/plugins/google-mobile-ads", "type": 301 }, { "source": "/cookbook/images/cached-images", "destination": "/cookbook/images/network-image", "type": 301 }, - { "source": "/cookbook/effects/photo-filter-carousel", "destination": "/reference/learning-resources", "type": 301 }, - { "source": "/cookbook/effects/gradient-bubbles", "destination": "/reference/learning-resources", "type": 301 }, + { "source": "/cookbook/effects/photo-filter-carousel", "destination": "/learn/learning-resources", "type": 301 }, + { "source": "/cookbook/effects/gradient-bubbles", "destination": "/learn/learning-resources", "type": 301 }, { "source": "/cookbook/networking/named-routes", "destination": "/cookbook/navigation/named-routes", "type": 301 }, { "source": "/cookbook/testing/integration-test-introduction", "destination": "/cookbook/testing/integration", "type": 301 }, { "source": "/cookbook/testing/integration-test-profiling", "destination": "/cookbook/testing/integration/profiling", "type": 301 }, @@ -198,7 +198,7 @@ { "source": "/release/archive", "destination": "/install/archive", "type": 301 }, { "source": "/release/upgrade", "destination": "/install/upgrade", "type": 301 }, { "source": "/resources/ai-overview", "destination": "/ai/create-with-ai", "type": 301 }, - { "source": "/resources/books", "destination": "https://docs.flutter.dev/reference/learning-resources", "type": 301 }, + { "source": "/resources/books", "destination": "/learn/learning-resources", "type": 301 }, { "source": "/resources/bootstrap-into-dart", "destination": "https://dart.dev/learn", "type": 301 }, { "source": "/resources/compatibility", "destination": "/release/compatibility-policy", "type": 301 }, { "source": "/resources/dart-swift-concurrency", "destination": "/flutter-for/dart-swift-concurrency", "type": 301 }, diff --git a/src/_includes/docs/get-started/setup-next-steps.html b/src/_includes/docs/get-started/setup-next-steps.html index c7a27ca0fb9..de1493d58db 100644 --- a/src/_includes/docs/get-started/setup-next-steps.html +++ b/src/_includes/docs/get-started/setup-next-steps.html @@ -50,7 +50,7 @@ Discover Flutter widgets
  • - Explore learning resources + Explore learning resources
  • diff --git a/src/content/cookbook/index.md b/src/content/cookbook/index.md index 31351959191..83e15b4f169 100644 --- a/src/content/cookbook/index.md +++ b/src/content/cookbook/index.md @@ -15,4 +15,4 @@ help you build up an application with Flutter. To discover recipes and other learning materials relevant to you, check out the [learning resources index][]. -[learning resources index]: /reference/learning-resources +[learning resources index]: /learn/learning-resources diff --git a/src/content/learn/index.md b/src/content/learn/index.md index b867c0b251b..94a046ca9e7 100644 --- a/src/content/learn/index.md +++ b/src/content/learn/index.md @@ -28,7 +28,7 @@ Dive deeper into more specific topics in Flutter development with sample code, Y

    Find sample code, YouTube videos, codelabs, and more written by the experts on the Flutter team at Google. This index contains the resources you need to learn any aspect of Flutter.

    -
    Explore all resources + Explore all resources diff --git a/src/content/platform-integration/android/setup.md b/src/content/platform-integration/android/setup.md index 5b4c0422ecc..94ae6e374a6 100644 --- a/src/content/platform-integration/android/setup.md +++ b/src/content/platform-integration/android/setup.md @@ -362,7 +362,7 @@ or begin improving integration with Android. Explore Flutter widgets
  • - Check out samples + Check out samples
  • diff --git a/src/content/platform-integration/ios/setup.md b/src/content/platform-integration/ios/setup.md index 89a674ec682..a00efbe2724 100644 --- a/src/content/platform-integration/ios/setup.md +++ b/src/content/platform-integration/ios/setup.md @@ -256,7 +256,7 @@ or begin improving integration with iOS. Explore Flutter widgets
  • - Check out samples + Check out samples
  • diff --git a/src/content/platform-integration/linux/setup.md b/src/content/platform-integration/linux/setup.md index 045aa441236..11c9eb79125 100644 --- a/src/content/platform-integration/linux/setup.md +++ b/src/content/platform-integration/linux/setup.md @@ -110,7 +110,7 @@ or begin expanding integration with Linux. Explore Flutter widgets
  • - Check out samples + Check out samples
  • diff --git a/src/content/platform-integration/macos/setup.md b/src/content/platform-integration/macos/setup.md index 5dd88d5ff81..f1496959478 100644 --- a/src/content/platform-integration/macos/setup.md +++ b/src/content/platform-integration/macos/setup.md @@ -154,7 +154,7 @@ or begin expanding integration with macOS. Explore Flutter widgets
  • - Check out samples + Check out samples
  • diff --git a/src/content/platform-integration/web/setup.md b/src/content/platform-integration/web/setup.md index f1a645897fd..2976b9c3793 100644 --- a/src/content/platform-integration/web/setup.md +++ b/src/content/platform-integration/web/setup.md @@ -87,7 +87,7 @@ or begin expanding integration with the web. Explore Flutter widgets
  • - Check out samples + Check out samples
  • diff --git a/src/content/platform-integration/windows/setup.md b/src/content/platform-integration/windows/setup.md index a4e27aee3ac..97e3d180b9e 100644 --- a/src/content/platform-integration/windows/setup.md +++ b/src/content/platform-integration/windows/setup.md @@ -130,7 +130,7 @@ or begin expanding integration with Windows. Explore Flutter widgets
  • - Check out samples + Check out samples
  • diff --git a/src/content/release/archive-whats-new.md b/src/content/release/archive-whats-new.md index c091aba2d01..95451e9b66f 100644 --- a/src/content/release/archive-whats-new.md +++ b/src/content/release/archive-whats-new.md @@ -812,7 +812,7 @@ to reflect the latest available codelabs. [Add a user authentication flow to a Flutter app using FirebaseUI]: {{site.firebase}}/codelabs/firebase-auth-in-flutter-apps [Building a game with Flutter and Flame]: {{site.codelabs}}/codelabs/flutter-flame-game -[codelabs & workshops]: /reference/learning-resources +[codelabs & workshops]: /learn/learning-resources [Local development for your Flutter apps using the Firebase Emulator Suite]: https://web.archive.org/web/20251102002913/https://firebase.google.com/codelabs/get-started-firebase-emulators-and-flutter [Using FFI in a Flutter plugin]: https://web.archive.org/web/20250908035316/https://codelabs.developers.google.com/codelabs/flutter-ffigen [Your first Flutter app]: {{site.codelabs}}/codelabs/flutter-codelab-first @@ -1390,14 +1390,14 @@ publication since the last stable release: [Announcing Adobe XD Support for Flutter]: {{site.flutter-blog}}/announcing-adobe-xd-support-for-flutter-4b3dd55ff40e [Announcing Flutter 1.20]: {{site.flutter-blog}}/announcing-flutter-1-20-2aaf68c89c75 [Building performant Flutter widgets]: {{site.flutter-blog}}/building-performant-flutter-widgets-3b2558aa08fa -[codelabs landing]: /reference/learning-resources +[codelabs landing]: /learn/learning-resources [Desktop support]: /platform-integration/desktop [dev-tools]: {{site.flutter-blog}}/new-tools-for-flutter-developers-built-in-flutter-a122cb4eec86 [Developing for iOS 14 beta]: /platform-integration/ios/ios-debugging [Enums with Extensions in Dart]: {{site.flutter-blog}}/enums-with-extensions-dart-460c42ea51f7 [Flutter and Desktop apps]: {{site.flutter-blog}}/flutter-and-desktop-3a0dd0f8353e [Flutter architectural overview]: /resources/architectural-overview -[Flutter codelabs]: /reference/learning-resources +[Flutter codelabs]: /learn/learning-resources [Flutter Day]: https://events.withgoogle.com/flutter-day/ [Flutter Package Ecosystem Update]: {{site.flutter-blog}}/flutter-package-ecosystem-update-d50645f2d7bc [Flutter Performance Updates in 2019]: {{site.flutter-blog}}/going-deeper-with-flutters-web-support-66d7ad95eb5224