Reland: Update link branches to main (#146882)
Reland https://github.com/flutter/flutter/pull/146558, reverted in https://github.com/flutter/flutter/pull/146880 due to an outdated test result ## Original description - Update CS and googlesource.com link branches - Update GitHub /blob/ and /tree/ links Tested links manually and fixes a few broken or deprecated links Added a test that validates that `master` isn't used, except for specified repos. Part of https://github.com/flutter/flutter/issues/121564
This commit is contained in:
@@ -25,7 +25,7 @@ open source.
|
||||
* [Install Flutter](https://flutter.dev/get-started/)
|
||||
* [Flutter documentation](https://docs.flutter.dev/)
|
||||
* [Development wiki](https://github.com/flutter/flutter/wiki)
|
||||
* [Contributing to Flutter](https://github.com/flutter/flutter/blob/master/CONTRIBUTING.md)
|
||||
* [Contributing to Flutter](https://github.com/flutter/flutter/blob/main/CONTRIBUTING.md)
|
||||
|
||||
For announcements about new releases, follow the
|
||||
[flutter-announce@googlegroups.com](https://groups.google.com/forum/#!forum/flutter-announce)
|
||||
@@ -121,5 +121,5 @@ Information on how to get started can be found in our
|
||||
[macOS FFI]: https://docs.flutter.dev/development/platform-integration/macos/c-interop
|
||||
[Windows FFI]: https://docs.flutter.dev/development/platform-integration/windows/building#integrating-with-windows
|
||||
[platform channels]: https://docs.flutter.dev/development/platform-integration/platform-channels
|
||||
[interop example]: https://github.com/flutter/flutter/tree/master/examples/platform_channel
|
||||
[interop example]: https://github.com/flutter/flutter/tree/main/examples/platform_channel
|
||||
[Impeller]: https://docs.flutter.dev/perf/impeller
|
||||
|
||||
Reference in New Issue
Block a user