Skip to content

Commit ad0b969

Browse files
authored
Update links to main branch (#11601)
Update more links to Flutter repositories to use the `main` branch.
1 parent 17636f3 commit ad0b969

37 files changed

+50
-51
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ Happy Fluttering!
6060
[doc-PRs]: https://github.com/flutter/website/pulls
6161
[so]: https://stackoverflow.com/tags/flutter
6262
[mailinglist]: https://groups.google.com/d/forum/flutter-dev
63-
[chat]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md
63+
[chat]: https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md
6464
[reddit]: https://www.reddit.com/r/FlutterDev

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ and we'll try our best to help you.
306306
You can also chat with us on the `#hackers-devrel` channel
307307
on the [Flutter contributors Discord][]!
308308

309-
[Flutter contributors Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md
309+
[Flutter contributors Discord]: https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md
310310

311311
### Refresh code excerpts
312312

firebase.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -225,18 +225,18 @@
225225
{ "source": "/brick-breaker", "destination": "https://codelabs.developers.google.com/codelabs/flutter-flame-brick-breaker", "type": 301 },
226226
{ "source": "/catalog/samples", "destination": "https://flutter.github.io/samples/#", "type": 301 },
227227
{ "source": "/catalog/samples/*", "destination": "https://flutter.github.io/samples/#", "type": 301 },
228-
{ "source": "/chat", "destination": "https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md", "type": 302 },
228+
{ "source": "/chat", "destination": "https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md", "type": 302 },
229229
{ "source": "/custom-deferred-components", "destination": "https://github.com/flutter/flutter/wiki/Deferred-Components#custom-implementations", "type": 301 },
230230
{ "source": "/deferred-components-wiki", "destination": "https://github.com/flutter/flutter/wiki/Deferred-Components", "type": 301 },
231-
{ "source": "/design-principles", "destination": "https://github.com/flutter/flutter/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md", "type": 301 },
231+
{ "source": "/design-principles", "destination": "https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md", "type": 301 },
232232
{ "source": "/fully-deferred-flutter", "destination": "https://github.com/flutter/flutter/wiki/Deferred-Components#fully-deferring-flutter-in-add-to-app", "type": 301 },
233233
{ "source": "/null-safety", "destination": "https://dart.dev/null-safety", "type": 301 },
234234
{ "source": "/privacy", "destination": "https://www.google.com/intl/en/policies/privacy", "type": 301 },
235235
{ "source": "/report-jank", "destination": "https://github.com/flutter/flutter/issues/74833", "type": 301 },
236236
{ "source": "/research-optout", "destination": "https://docs.google.com/forms/d/e/1FAIpQLSeG2Nhj0YQkr3m75P74Zb9G-v7zgNhAE9arCyig-a5B1A8uDw/viewform?usp=sf_link", "type": 301 },
237237
{ "source": "/research-signup", "destination": "https://docs.google.com/forms/d/e/1FAIpQLSe0i4De809KXVCdljGKrjMj3lxhuzbuFKCtY5PEQPCYtGxFMg/viewform?usp=sf_link", "type": 301 },
238-
{ "source": "/resources/design-principles", "destination": "https://github.com/flutter/flutter/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md", "type": 301 },
239-
{ "source": "/style-guide*", "destination": "https://github.com/flutter/flutter/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md", "type": 301 },
238+
{ "source": "/resources/design-principles", "destination": "https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md", "type": 301 },
239+
{ "source": "/style-guide*", "destination": "https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md", "type": 301 },
240240
{ "source": "/youtube", "destination": "https://youtube.com/@flutterdev", "type": 301 },
241241

242242
{ "source": "/go/2D-Foundation", "destination": "https://docs.google.com/document/d/1C2hAq-gMAIx4Cbym7EMhVAcPZ2hmNxlgijpYmgTpmUU/edit?usp=sharing", "type": 301 },

src/content/deployment/cd.md

-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,6 @@ information.
310310
[Bitrise]: https://devcenter.bitrise.io/en/getting-started/quick-start-guides/getting-started-with-flutter-apps
311311
[CI Options and Examples]: #reference-and-examples
312312
[Cirrus]: https://cirrus-ci.org
313-
[Cirrus script]: {{site.repo.flutter}}/blob/master/.cirrus.yml
314313
[Codemagic]: https://blog.codemagic.io/getting-started-with-codemagic/
315314
[fastlane]: https://docs.fastlane.tools
316315
[fastlane Android beta deployment guide]: https://docs.fastlane.tools/getting-started/android/beta-deployment/

src/content/perf/best-practices.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ For more information, check out:
9898
[`flutter_lints`]: {{site.pub-pkg}}/flutter_lints
9999
[`flutter_lints` migration guide]: /release/breaking-changes/flutter-lints-package#migration-guide
100100
[Performance considerations]: {{site.api}}/flutter/widgets/StatefulWidget-class.html#performance-considerations
101-
[source code for `SlideTransition`]: {{site.repo.flutter}}/blob/master/packages/flutter/lib/src/widgets/transitions.dart#L168
101+
[source code for `SlideTransition`]: {{site.repo.flutter}}/blob/main/packages/flutter/lib/src/widgets/transitions.dart#L168
102102
[`StatefulWidget`]: {{site.api}}/flutter/widgets/StatefulWidget-class.html
103103
[`StatelessWidget`]: {{site.api}}/flutter/widgets/StatelessWidget-class.html
104104
[`TransitionBuilder`]: {{site.api}}/flutter/widgets/TransitionBuilder.html

src/content/perf/faq.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ about evaluating and debugging Flutter's performance.
1919
* [How to write a render speed test for Flutter][speed-test]
2020
* [How to write a memory test for Flutter][memory-test]
2121

22-
[memory-test]: {{site.repo.flutter}}/blob/master/docs/contributing/testing/How-to-write-a-memory-test-for-Flutter.md
23-
[speed-test]: {{site.repo.flutter}}/blob/master/docs/contributing/testing/How-to-write-a-render-speed-test-for-Flutter.md
22+
[memory-test]: {{site.repo.flutter}}/blob/main/docs/contributing/testing/How-to-write-a-memory-test-for-Flutter.md
23+
[speed-test]: {{site.repo.flutter}}/blob/main/docs/contributing/testing/How-to-write-a-render-speed-test-for-Flutter.md
2424

2525
* What are some tools for capturing and analyzing performance
2626
metrics?
@@ -69,8 +69,8 @@ about evaluating and debugging Flutter's performance.
6969
and your IDE displays which the widgets rebuild.
7070

7171
[`debugProfileBuildsEnabled`]: {{site.api}}/flutter/widgets/debugProfileBuildsEnabled.html
72-
[debug.dart]: {{site.repo.flutter}}/blob/master/packages/flutter/lib/src/widgets/debug.dart
73-
[framework.dart]: {{site.repo.flutter}}/blob/master/packages/flutter/lib/src/widgets/framework.dart
72+
[debug.dart]: {{site.repo.flutter}}/blob/main/packages/flutter/lib/src/widgets/debug.dart
73+
[framework.dart]: {{site.repo.flutter}}/blob/main/packages/flutter/lib/src/widgets/framework.dart
7474

7575
* How do I query the target frames per second (of the display)?
7676
* [Get the display refresh rate][]

src/content/perf/metrics.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,20 @@ the following sites, click **Query**, and filter the **test** and
5252

5353
[transition_raster]: https://flutter-flutter-perf.skia.org/e/?queries=sub_result%3D90th_percentile_frame_rasterizer_time_millis%26sub_result%3D99th_percentile_frame_rasterizer_time_millis%26sub_result%3Daverage_frame_rasterizer_time_millis%26sub_result%3Dworst_frame_rasterizer_time_millis%26test%3Dflutter_gallery__transition_perf
5454

55-
[profiling_summarizer]: {{site.repo.flutter}}/blob/master/packages/flutter_driver/lib/src/driver/profiling_summarizer.dart
55+
[profiling_summarizer]: {{site.repo.flutter}}/blob/main/packages/flutter_driver/lib/src/driver/profiling_summarizer.dart
5656

5757
[cpu_gpu]: https://flutter-flutter-perf.skia.org/e/?queries=sub_result%3Daverage_cpu_usage%26sub_result%3Daverage_gpu_usage%26test%3Dsimple_animation_perf_ios
5858

59-
[basic_material_app_android]: {{site.repo.flutter}}/blob/master/dev/devicelab/bin/tasks/basic_material_app_android__compile.dart
59+
[basic_material_app_android]: {{site.repo.flutter}}/blob/main/dev/devicelab/bin/tasks/basic_material_app_android__compile.dart
6060

61-
[basic_material_app_ios]: {{site.repo.flutter}}/blob/master/dev/devicelab/bin/tasks/basic_material_app_ios__compile.dart
61+
[basic_material_app_ios]: {{site.repo.flutter}}/blob/main/dev/devicelab/bin/tasks/basic_material_app_ios__compile.dart
6262

63-
[hello_world_android]: {{site.repo.flutter}}/blob/master/dev/devicelab/bin/tasks/hello_world_android__compile.dart
63+
[hello_world_android]: {{site.repo.flutter}}/blob/main/dev/devicelab/bin/tasks/hello_world_android__compile.dart
6464

65-
[hello_world_ios]: {{site.repo.flutter}}/blob/master/dev/devicelab/bin/tasks/hello_world_ios__compile.dart
65+
[hello_world_ios]: {{site.repo.flutter}}/blob/main/dev/devicelab/bin/tasks/hello_world_ios__compile.dart
6666

67-
[flutter_gallery_android]: {{site.repo.flutter}}/blob/master/dev/devicelab/bin/tasks/flutter_gallery_android__compile.dart
67+
[flutter_gallery_android]: {{site.repo.flutter}}/blob/main/dev/devicelab/bin/tasks/flutter_gallery_android__compile.dart
6868

69-
[flutter_gallery_ios]: {{site.repo.flutter}}/blob/master/dev/devicelab/bin/tasks/flutter_gallery_ios__compile.dart
69+
[flutter_gallery_ios]: {{site.repo.flutter}}/blob/main/dev/devicelab/bin/tasks/flutter_gallery_ios__compile.dart
7070

7171
[size_perf]: https://flutter-flutter-perf.skia.org/e/?queries=sub_result%3Drelease_size_bytes%26test%3Dbasic_material_app_android__compile%26test%3Dbasic_material_app_ios__compile%26test%3Dhello_world_android__compile%26test%3Dhello_world_ios__compile%26test%3Dflutter_gallery_ios__compile%26test%3Dflutter_gallery_android__compile

src/content/release/breaking-changes/1-22-deprecations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ primary source to aid in migration. A
2222
A [design document][] and [article][] are available
2323
for more context on Flutter's deprecation policy.
2424

25-
[Deprecation Policy]: {{site.repo.flutter}}/blob/master/docs/contributing/Tree-hygiene.md#deprecations
25+
[Deprecation Policy]: {{site.repo.flutter}}/blob/main/docs/contributing/Tree-hygiene.md#deprecations
2626
[quick reference sheet]: /go/deprecations-removed-after-1-22
2727
[design document]: /go/deprecation-lifetime
2828
[article]: {{site.flutter-medium}}/deprecation-lifetime-in-flutter-e4d76ee738ad

src/content/release/breaking-changes/2-10-deprecations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ primary source to aid in migration. A
1616
[quick reference sheet][] is available as well.
1717

1818

19-
[Deprecation Policy]: {{site.repo.flutter}}/blob/master/docs/contributing/Tree-hygiene.md#deprecations
19+
[Deprecation Policy]: {{site.repo.flutter}}/blob/main/docs/contributing/Tree-hygiene.md#deprecations
2020
[quick reference sheet]: /go/deprecations-removed-after-2-10
2121

2222
## Changes

src/content/release/breaking-changes/2-2-deprecations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ All affected APIs have been compiled into this
1515
primary source to aid in migration. A
1616
[quick reference sheet][] is available as well.
1717

18-
[Deprecation Policy]: {{site.repo.flutter}}/blob/master/docs/contributing/Tree-hygiene.md#deprecations
18+
[Deprecation Policy]: {{site.repo.flutter}}/blob/main/docs/contributing/Tree-hygiene.md#deprecations
1919
[quick reference sheet]: /go/deprecations-removed-after-2-2
2020

2121
## Changes

src/content/release/breaking-changes/2-5-deprecations.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ primary source to aid in migration. A
1616
[quick reference sheet][] is available as well.
1717

1818

19-
[Deprecation Policy]: {{site.repo.flutter}}/blob/master/docs/contributing/Tree-hygiene.md#deprecations
19+
[Deprecation Policy]: {{site.repo.flutter}}/blob/main/docs/contributing/Tree-hygiene.md#deprecations
2020
[quick reference sheet]: /go/deprecations-removed-after-2-5
2121

2222
## Changes
@@ -253,7 +253,7 @@ Relevant PRs:
253253
* Deprecated in [#60320]({{site.repo.flutter}}/issues/60320)
254254
* Removed in [#90294]({{site.repo.flutter}}/issues/90294)
255255

256-
[Flutter Hybrid Composition]: {{site.repo.flutter}}/blob/master/docs/platforms/Hybrid-Composition.md
256+
[Flutter Hybrid Composition]: {{site.repo.flutter}}/blob/main/docs/platforms/Hybrid-Composition.md
257257
[`AndroidViewController`]: {{site.api}}/flutter/services/AndroidViewController-class.html
258258
[`TextureAndroidViewController`]: {{site.api}}/flutter/services/TextureAndroidViewController-class.html
259259
[`SurfaceAndroidViewController`]: {{site.api}}/flutter/services/SurfaceAndroidViewController-class.html

src/content/release/breaking-changes/3-10-deprecations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ All affected APIs have been compiled into this
1515
primary source to aid in migration. A
1616
[quick reference sheet][] is available as well.
1717

18-
[Deprecation Policy]: {{site.repo.flutter}}/blob/master/docs/contributing/Tree-hygiene.md#deprecations
18+
[Deprecation Policy]: {{site.repo.flutter}}/blob/main/docs/contributing/Tree-hygiene.md#deprecations
1919
[quick reference sheet]: /go/deprecations-removed-after-3-10
2020

2121
## Changes

src/content/release/breaking-changes/3-13-deprecations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ primary source to aid in migration.
1616
To further aid your migration, check out this
1717
[quick reference sheet][].
1818

19-
[Deprecation Policy]: {{site.repo.flutter}}/blob/master/docs/contributing/Tree-hygiene.md#deprecations
19+
[Deprecation Policy]: {{site.repo.flutter}}/blob/main/docs/contributing/Tree-hygiene.md#deprecations
2020
[quick reference sheet]: /go/deprecations-removed-after-3-13
2121

2222
## Changes

src/content/release/breaking-changes/3-16-deprecations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ primary source to aid in migration.
1616
To further aid your migration, check out this
1717
[quick reference sheet][].
1818

19-
[Deprecation Policy]: {{site.repo.flutter}}/blob/master/docs/contributing/Tree-hygiene.md#deprecations
19+
[Deprecation Policy]: {{site.repo.flutter}}/blob/main/docs/contributing/Tree-hygiene.md#deprecations
2020
[quick reference sheet]: /go/deprecations-removed-after-3-16
2121

2222
## Changes

src/content/release/breaking-changes/3-19-deprecations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ primary source to aid in migration.
1616
To further aid your migration, check out this
1717
[quick reference sheet][].
1818

19-
[Deprecation Policy]: {{site.repo.flutter}}/blob/master/docs/contributing/Tree-hygiene.md#deprecations
19+
[Deprecation Policy]: {{site.repo.flutter}}/blob/main/docs/contributing/Tree-hygiene.md#deprecations
2020
[quick reference sheet]: /go/deprecations-removed-after-3-19
2121

2222
## Changes

src/content/release/breaking-changes/3-3-deprecations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ All affected APIs have been compiled into this
1515
primary source to aid in migration. A
1616
[quick reference sheet][] is available as well.
1717

18-
[Deprecation Policy]: {{site.repo.flutter}}/blob/master/docs/contributing/Tree-hygiene.md#deprecations
18+
[Deprecation Policy]: {{site.repo.flutter}}/blob/main/docs/contributing/Tree-hygiene.md#deprecations
1919
[quick reference sheet]: /go/deprecations-removed-after-3-3
2020

2121
## Changes

src/content/release/breaking-changes/3-7-deprecations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ All affected APIs have been compiled into this
1515
primary source to aid in migration. A
1616
[quick reference sheet][] is available as well.
1717

18-
[Deprecation Policy]: {{site.repo.flutter}}/blob/master/docs/contributing/Tree-hygiene.md#deprecations
18+
[Deprecation Policy]: {{site.repo.flutter}}/blob/main/docs/contributing/Tree-hygiene.md#deprecations
1919
[quick reference sheet]: /go/deprecations-removed-after-3-7
2020

2121
## Changes

src/content/release/breaking-changes/android-v1-embedding-create-deprecation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ to migrate following the instructions in
2020
[Supporting the new Android plugins APIs][].
2121

2222
[Android Migration Summary]: /go/android-migration-summary
23-
[Upgrading pre 1.12 Android projects]: {{site.repo.flutter}}/blob/master/docs/platforms/android/Upgrading-pre-1.12-Android-projects.md
23+
[Upgrading pre 1.12 Android projects]: {{site.repo.flutter}}/blob/main/docs/platforms/android/Upgrading-pre-1.12-Android-projects.md
2424
[Supporting the new Android plugins APIs]: /release/breaking-changes/plugin-api-migration
2525

2626
## Context

src/content/release/breaking-changes/flutter-lints-package.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Relevant PRs:
122122
* [Integrate package:flutter_lints into templates][]
123123

124124
[Add flutter_lints package]: {{site.repo.packages}}/pull/343
125-
[`analysis_options_user.yaml`]: {{site.repo.flutter}}/blob/master/packages/flutter/lib/analysis_options_user.yaml
125+
[`analysis_options_user.yaml`]: {{site.repo.flutter}}/blob/main/packages/flutter/lib/analysis_options_user.yaml
126126
[Customizing static analysis]: {{site.dart-site}}/guides/language/analysis-options
127127
[dart analyzer]: {{site.dart-site}}/guides/language/analysis-options
128128
[IDE with Dart support]: {{site.dart-site}}/tools#ides-and-editors

src/content/release/breaking-changes/imagecache-large-images.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,5 @@ Other:
9696
[Stopped increasing the cache size to accommodate large images]: {{site.repo.flutter}}/pull/47387
9797
[`ImageCache`]: {{site.api}}/flutter/painting/ImageCache-class.html
9898
[`image_cache.dart`]: {{site.repo.flutter}}/blob/72a3d914ee5db0033332711224e728b8a5281d89/packages/flutter/lib/src/painting/image_cache.dart#L34
99-
[`ImageCache` source]: {{site.repo.flutter}}/blob/master/packages/flutter/lib/src/painting/image_cache.dart
99+
[`ImageCache` source]: {{site.repo.flutter}}/blob/main/packages/flutter/lib/src/painting/image_cache.dart
100100
[Issue 45643]: {{site.repo.flutter}}/issues/45643

src/content/release/breaking-changes/page-transition-replaced-by-ZoomPageTransitionBuilder.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ When the current `TargetPlatform` doesn't have
3030
`PageTransitionsBuilder` defined in the `ThemeData.pageTransitionsTheme`,
3131
`ZoomPageTransitionsBuilder` is used as the default.
3232

33-
[Style guide for Flutter repo]: {{site.repo.flutter}}/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md
33+
[Style guide for Flutter repo]: {{site.repo.flutter}}/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md
3434
## Description of change
3535

3636
`PageTransitionsBuilder`s defined in

src/content/release/breaking-changes/plugin-api-migration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,5 +367,5 @@ a non-UI configuration.
367367
[`PluginRegistry.Registrar`]: {{site.api}}/javadoc/io/flutter/plugin/common/PluginRegistry.Registrar.html
368368
[`PluginRegistry.Registrar.activity()`]: {{site.api}}/javadoc/io/flutter/plugin/common/PluginRegistry.Registrar.html#activity--
369369
[`ServiceAware`]: {{site.api}}/javadoc/io/flutter/embedding/engine/plugins/service/ServiceAware.html
370-
[Upgrading pre 1.12 Android projects]: {{site.repo.flutter}}/blob/master/docs/platforms/android/Upgrading-pre-1.12-Android-projects.md
370+
[Upgrading pre 1.12 Android projects]: {{site.repo.flutter}}/blob/main/docs/platforms/android/Upgrading-pre-1.12-Android-projects.md
371371
[verified publisher]: {{site.dart-site}}/tools/pub/verified-publishers

src/content/release/breaking-changes/rendering-changes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Wiki page:
7171

7272
* [Flutter Test Fonts][]
7373

74-
[Flutter Test Fonts]: {{site.repo.flutter}}/blob/master/docs/contributing/testing/Flutter-Test-Fonts.md
74+
[Flutter Test Fonts]: {{site.repo.flutter}}/blob/main/docs/contributing/testing/Flutter-Test-Fonts.md
7575
[TextDecoration.underline]: {{site.api}}/flutter/dart-ui/TextDecoration/underline-constant.html
7676
[TextDecoration.overline]: {{site.api}}/flutter/dart-ui/TextDecoration/overline-constant.html
7777
[TextDecoration.lineThrough]: {{site.api}}/flutter/dart-ui/TextDecoration/lineThrough-constant.html

src/content/release/release-notes/release-notes-1.12.13.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3010,7 +3010,7 @@ In addition to the PRs listed below, please also check out the following release
30103010
See the [full list](/release/release-notes/changelogs/changelog-1.12.13) of merged PRs for the 1.12 release.
30113011

30123012

3013-
[breaking change policy on the Flutter wiki]: {{site.repo.flutter}}/blob/master/docs/contributing/Tree-hygiene.md#handling-breaking-changes
3013+
[breaking change policy on the Flutter wiki]: {{site.repo.flutter}}/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes
30143014
[flutter-announce]: https://groups.google.com/g/flutter-announce
30153015
[GitHub Octoverse report]: https://octoverse.github.com/
30163016
[this post from Ian Hickson]: https://groups.google.com/g/flutter-announce/c/Z09a317E21o

src/content/release/release-notes/release-notes-3.0.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This page has release notes for 3.0.0.
88
For information about subsequent bug-fix releases,
99
see our [CHANGELOG][].
1010

11-
[CHANGELOG]: {{site.repo.flutter}}/blob/master/CHANGELOG.md
11+
[CHANGELOG]: {{site.repo.flutter}}/blob/main/CHANGELOG.md
1212

1313
## If you see warnings about bindings
1414

src/content/release/release-notes/release-notes-3.10.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This page has release notes for 3.10.0.
77
For information about subsequent bug-fix releases,
88
see our [CHANGELOG][].
99

10-
[CHANGELOG]: {{site.repo.flutter}}/blob/master/CHANGELOG.md
10+
[CHANGELOG]: {{site.repo.flutter}}/blob/main/CHANGELOG.md
1111

1212
## Framework
1313

src/content/release/release-notes/release-notes-3.13.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This page has release notes for 3.13.0.
77
For information about subsequent bug-fix releases,
88
see our [CHANGELOG][].
99

10-
[CHANGELOG]: {{site.repo.flutter}}/blob/master/CHANGELOG.md
10+
[CHANGELOG]: {{site.repo.flutter}}/blob/main/CHANGELOG.md
1111

1212
## Framework
1313

src/content/release/release-notes/release-notes-3.16.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This page has release notes for 3.16.0.
88
For information about subsequent bug-fix releases,
99
see our [CHANGELOG][].
1010

11-
[CHANGELOG]: {{site.repo.flutter}}/blob/master/CHANGELOG.md
11+
[CHANGELOG]: {{site.repo.flutter}}/blob/main/CHANGELOG.md
1212

1313
## Flutter
1414

src/content/release/release-notes/release-notes-3.19.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This page has release notes for 3.19.0.
88
For information about subsequent bug-fix releases,
99
see our [CHANGELOG][].
1010

11-
[CHANGELOG]: {{site.repo.flutter}}/blob/master/CHANGELOG.md
11+
[CHANGELOG]: {{site.repo.flutter}}/blob/main/CHANGELOG.md
1212

1313
## Flutter
1414

src/content/release/release-notes/release-notes-3.22.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This page has release notes for 3.22.0.
88
For information about subsequent bug-fix releases,
99
see our [CHANGELOG][].
1010

11-
[CHANGELOG]: {{site.repo.flutter}}/blob/master/CHANGELOG.md
11+
[CHANGELOG]: {{site.repo.flutter}}/blob/main/CHANGELOG.md
1212

1313
## Flutter
1414

src/content/release/release-notes/release-notes-3.24.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This page has release notes for 3.24.0.
88
For information about subsequent bug-fix releases,
99
check out the Flutter [CHANGELOG][].
1010

11-
[CHANGELOG]: {{site.repo.flutter}}/blob/master/CHANGELOG.md
11+
[CHANGELOG]: {{site.repo.flutter}}/blob/main/CHANGELOG.md
1212

1313
## Flutter framework
1414

0 commit comments

Comments
 (0)