From dc8ab752c3e593334ce1b2c402842809228eaa34 Mon Sep 17 00:00:00 2001 From: guidezpl <6655696+guidezpl@users.noreply.github.com> Date: Mon, 25 Apr 2022 11:38:50 +0200 Subject: [PATCH] Fix references to gallery --- src/deployment/cd.md | 2 +- src/desktop/index.md | 2 +- src/development/ui/animations/index.md | 4 ++-- src/perf/deferred-components.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/deployment/cd.md b/src/deployment/cd.md index 229effe3eb..99a16a854c 100644 --- a/src/deployment/cd.md +++ b/src/deployment/cd.md @@ -209,7 +209,7 @@ secrets in pull requests that you accept and merge. [Flutter Gallery Project]: {{site.repo.gallery}} [Github Action in Flutter Project]: {{site.github}}/nabilnalakath/flutter-githubaction [GitHub Actions]: {{site.github}}/features/actions -[Github Actions workflows]: {{site.repo.gallery}}/tree/master/.github/workflows +[Github Actions workflows]: {{site.repo.gallery}}/tree/main/.github/workflows [GitLab]: https://docs.gitlab.com/ee/ci/README.html#doc-nav [CircleCI]: https://circleci.com [Building and deploying Flutter apps with Fastlane]: https://circleci.com/blog/deploy-flutter-android diff --git a/src/desktop/index.md b/src/desktop/index.md index dcc6bf53da..f526419542 100644 --- a/src/desktop/index.md +++ b/src/desktop/index.md @@ -712,7 +712,7 @@ Flokk [announcement blogpost][gskinner-flokk-blogpost], [repo][gskinner-flokk-re [Photo Search app]: {{site.repo.organization}}/samples/tree/master/desktop_photo_search [running web app]: {{site.gallery}} [flutter-gallery-repo]: {{site.repo.gallery}} -[README]: {{site.repo.gallery}}#flutter-gallery +[README]: {{site.repo.gallery}}#readme [gskinner-flokk-repo]: {{site.github}}/gskinnerTeam/flokk [gskinner-flokk-blogpost]: https://blog.gskinner.com/archives/2020/09/flokk-how-we-built-a-desktop-app-using-flutter.html [Write a Flutter desktop application]: {{site.codelabs}}/codelabs/flutter-github-client diff --git a/src/development/ui/animations/index.md b/src/development/ui/animations/index.md index 2534a7792a..9f69ecf543 100644 --- a/src/development/ui/animations/index.md +++ b/src/development/ui/animations/index.md @@ -251,7 +251,7 @@ Learn more about Flutter animations at the following links: [Creating custom explicit animations with AnimatedBuilder and AnimatedWidget]: {{site.youtube-site}}/watch?v=fneC7t4R_B0&list=PLjxrf2q8roU2v6UqYlt_KPaXlnjbYySua&index=4 [Flutter API documentation]: {{site.api}} [Flutter Gallery]: {{site.repo.gallery}} -[`Grid`]: {{site.repo.gallery}}/blob/master/lib/demos/material/grid_list_demo.dart +[`Grid`]: {{site.repo.gallery}}/blob/main/lib/demos/material/grid_list_demo.dart [`Hero`]: {{site.api}}/flutter/widgets/Hero-class.html [Hero animations]: {{site.url}}/development/ui/animations/hero-animations [How to choose which Flutter Animation Widget is right for you?]: {{site.youtube-site}}/watch?v=GXIJJkq_H8g @@ -262,7 +262,7 @@ Learn more about Flutter animations at the following links: [`PageRoute`]: {{site.api}}/flutter/widgets/PageRoute-class.html [part 2]: {{site.medium}}/dartlang/zero-to-one-with-flutter-part-two-5aa2f06655cb [Sample app catalog]: https://flutter.github.io/samples -[Shrine]: {{site.repo.gallery}}/tree/master/lib/studies/shrine +[Shrine]: {{site.repo.gallery}}/tree/main/lib/studies/shrine [`SpringSimulation`]: {{site.api}}/flutter/physics/SpringSimulation-class.html [Staggered Animations]: {{site.url}}/development/ui/animations/staggered-animations [Step 7 (Animate your app)]: {{site.codelabs}}/codelabs/flutter/#6 diff --git a/src/perf/deferred-components.md b/src/perf/deferred-components.md index c9444d4861..46e1942e3f 100644 --- a/src/perf/deferred-components.md +++ b/src/perf/deferred-components.md @@ -600,7 +600,7 @@ Play store's delivery feature. [Deferred Components]: {{site.repo.flutter}}/wiki/Deferred-Components [`DeferredComponent`]: {{site.api}}/flutter/services/DeferredComponent-class.html [dynamic feature modules]: {{site.android-dev}}/guide/playcore/feature-delivery -[Flutter Gallery’s lib/deferred_widget.dart]: {{site.repo.gallery}}/blob/master/lib/deferred_widget.dart +[Flutter Gallery’s lib/deferred_widget.dart]: {{site.repo.gallery}}/blob/main/lib/deferred_widget.dart [Flutter wiki]: {{site.repo.flutter}}/wiki [github.com/google/bundletool/releases]: {{site.github}}/google/bundletool/releases [lazily loading a library]: {{site.dart-site}}/guides/language/language-tour#lazily-loading-a-library