Skip to content

Commit 6fbe6da

Browse files
mit-mitparlough
authored andcommitted
Main branch cleanup (flutter#7855)
1 parent 007a737 commit 6fbe6da

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To contribute a fix to a repo, submit a [pull request
1515

1616
For information on contributing code or API docs to the Flutter SDK, see
1717
[Contributing to
18-
Flutter](https://github.com/flutter/flutter/blob/master/CONTRIBUTING.md)
18+
Flutter](https://github.com/flutter/flutter/blob/main/CONTRIBUTING.md)
1919
in the [Flutter SDK](https://github.com/flutter/flutter) repo.
2020

2121
We are also happy to accept your PRs to the

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
[Build Status]: https://github.com/flutter/website/workflows/build/badge.svg
1111
[Flutter]: https://docs.flutter.dev/
12-
[Repo on GitHub Actions]: https://github.com/flutter/website/actions?query=workflow%3Abuild+branch%3Amaster
12+
[Repo on GitHub Actions]: https://github.com/flutter/website/actions?query=workflow%3Abuild+branch%3Amain
1313

1414
## Table of contents
1515

example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Code snippets extracted using [tool/extract.dart](https://github.com/flutter/website/blob/master/tool/extract.dart), are saved
1+
Code snippets extracted using [tool/extract.dart](https://github.com/flutter/website/blob/main/tool/extract.dart), are saved
22
into [example.g](example.g). The Yaml files in this folder are copied into
33
[example.g](example.g), then the snippets are run through the analyzer and
44
formatter.

firebase.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
{ "source": "/testing/ui-performance", "destination": "/perf/ui-performance", "type": 301 },
138138
{ "source": "/whats-new-archive", "destination": "/whats-new", "type": 301 },
139139

140-
{ "source": "/assets/images/docs/intellij/hot-reload.gif", "destination": "https://raw.githubusercontent.com/flutter/website/master/src/assets/images/docs/tools/android-studio/hot-reload.gif", "type": 301 },
140+
{ "source": "/assets/images/docs/intellij/hot-reload.gif", "destination": "https://raw.githubusercontent.com/flutter/website/main/src/assets/images/docs/tools/android-studio/hot-reload.gif", "type": 301 },
141141
{ "source": "/catalog/samples", "destination": "https://flutter.github.io/samples/#", "type": 301 },
142142
{ "source": "/catalog/samples", "destination": "https://flutter.github.io/samples/#", "type": 301 },
143143
{ "source": "/catalog/samples/*", "destination": "https://flutter.github.io/samples/#", "type": 301 },
@@ -180,7 +180,6 @@
180180
{ "source": "/go/base-annotations-local-position-on-region", "destination": "https://docs.google.com/document/d/1r7FQTOw2vZJZ5c0VoNqi9CWmZY3MvUfz0spdf0-nK6k/edit", "type": 301 },
181181
{ "source": "/go/blankcanvas", "destination": "https://docs.google.com/document/d/1rS_RO2DQ_d4_roc3taAB6vXFjv7-9hJP7pyZ9NhPOdA/edit?resourcekey=0-VBzTPoqLwsruo0j9dokuOg", "type": 301 },
182182
{ "source": "/go/bottom-navigation-bar-title-deprecation", "destination": "https://docs.google.com/document/d/1L-2nPf5hbLGNoRvOSUmnxgUHahBVzW1ybhTXGY3ObDw/edit?usp=sharing", "type": 301 },
183-
{ "source": "/go/breaking-changes-template", "destination": "https://github.com/flutter/website/blob/master/src/docs/release/breaking-changes/template.md", "type": 301 },
184183
{ "source": "/go/buffer-queue", "destination": "https://docs.google.com/document/d/1rXl9G-VmISVlVkKVgrnQKeX7Mexyez0x9HZ5F5yKxrQ/edit?usp=sharing", "type": 301 },
185184
{ "source": "/go/build-aar", "destination": "/development/add-to-app/android/project-setup#option-a---depend-on-the-android-archive-aar", "type": 301 },
186185
{ "source": "/go/build-dashboard-v2", "destination": "https://docs.google.com/document/d/1kwh48xYuoVtadYFb2I2t6BJMGEW07K7T5WYcieAZZiY", "type": 301 },

0 commit comments

Comments
 (0)