Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix learn-flutter redirect
Browse files Browse the repository at this point in the history
ericwindmill committed Sep 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 15fae76 commit dd49b2c
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
@@ -118,7 +118,7 @@
{ "source": "/cookbook/testing/widget-test-tap-drag", "destination": "/cookbook/testing/widget/tap-drag", "type": 301 },
{ "source": "/deployment/fastlane-cd", "destination": "/deployment/cd#fastlane", "type": 301 },
{ "source": "/get-started", "destination": "/get-started/install", "type": 301 },
{ "source": "/get-started/flutter-for", "destination": "/get-started/learn-more", "type": 301 },
{ "source": "/get-started/flutter-for", "destination": "/get-started/learn-flutter", "type": 301 },
{ "source": "/get-started/flutter-for/ios-devs", "destination": "/get-started/flutter-for/swiftui-devs", "type": 301 },
{ "source": "/get-started/install/null", "destination": "/get-started/install", "type": 301 },
{ "source": "/get-started/web", "destination": "/platform-integration/web/building", "type": 301 },
2 changes: 1 addition & 1 deletion src/content/get-started/codelab.md
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ prev:
path: /get-started/test-drive
next:
title: Learn more
path: /get-started/learn-more
path: /get-started/learn-flutter
toc: false
---

Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ prev:
path: /get-started/fundamentals-course/networking
next:
title: Learn more
path: /get-started/learn-more
path: /get-started/learn-flutter
---

Now that you've learned about how to load data from servers

0 comments on commit dd49b2c

Please sign in to comment.