Update old wiki links (#2317)

pull/2318/head
Kate Lovett 4 months ago committed by GitHub
parent eb3c6094e2
commit 31f87ccc93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -14,7 +14,7 @@ reduce redundant work.*
If you need help, consider asking for advice on the #hackers-devrel channel on [Discord]. If you need help, consider asking for advice on the #hackers-devrel channel on [Discord].
<!-- Links --> <!-- Links -->
[Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo [Flutter Style Guide]: https://github.com/flutter/flutter/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md
[CLA]: https://cla.developers.google.com/ [CLA]: https://cla.developers.google.com/
[Discord]: https://github.com/flutter/flutter/wiki/Chat [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md
[Contributors Guide]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md [Contributors Guide]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md

@ -64,7 +64,7 @@ couple years keeping the repo tidy and running smooth.
Each app should: Each app should:
* Be designed to build against the current * Be designed to build against the current
[stable](https://github.com/flutter/flutter/wiki/Flutter-build-release-channels) [stable](https://github.com/flutter/flutter/blob/master/docs/releases/Flutter-build-release-channels.md)
release of the Flutter SDK. release of the Flutter SDK.
* Include the top level * Include the top level
[`analysis_options.yaml`](analysis_options.yaml) [`analysis_options.yaml`](analysis_options.yaml)
@ -84,7 +84,7 @@ Each app should:
In addition, sample code is, at the end of the day, still code. It should be In addition, sample code is, at the end of the day, still code. It should be
written with at least as much care as the Flutter code you'd find in the SDK written with at least as much care as the Flutter code you'd find in the SDK
itself. For that reason, most of the itself. For that reason, most of the
[Flutter style guide](https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo) [Flutter style guide](https://github.com/flutter/flutter/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md)
also applies to code in this repo. also applies to code in this repo.
### The `experimental` folder ### The `experimental` folder

@ -52,7 +52,7 @@ Please see [macOS Signing and Security][macOS-security] for more detail.
[built_value]: https://pub.dev/packages/built_value [built_value]: https://pub.dev/packages/built_value
[file_chooser]: https://github.com/google/flutter-desktop-embedding/tree/master/plugins/file_chooser [file_chooser]: https://github.com/google/flutter-desktop-embedding/tree/master/plugins/file_chooser
[fluent_ui]: https://pub.dev/packages/fluent_ui [fluent_ui]: https://pub.dev/packages/fluent_ui
[flutter_channels]: https://github.com/flutter/flutter/wiki/Flutter-build-release-channels [flutter_channels]: https://github.com/flutter/flutter/blob/master/docs/releases/Flutter-build-release-channels.md
[http]: https://pub.dev/packages/http [http]: https://pub.dev/packages/http
[macOS-client]: https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_network_client [macOS-client]: https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_network_client
[macOS-read-write]: https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_files_user-selected_read-write [macOS-read-write]: https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_files_user-selected_read-write

@ -50,7 +50,7 @@ Please see [macOS Signing and Security][macOS-security] for more detail.
[built_collection]: https://pub.dev/packages/built_collection [built_collection]: https://pub.dev/packages/built_collection
[built_value]: https://pub.dev/packages/built_value [built_value]: https://pub.dev/packages/built_value
[file_chooser]: https://github.com/google/flutter-desktop-embedding/tree/master/plugins/file_chooser [file_chooser]: https://github.com/google/flutter-desktop-embedding/tree/master/plugins/file_chooser
[flutter_channels]: https://github.com/flutter/flutter/wiki/Flutter-build-release-channels [flutter_channels]: https://github.com/flutter/flutter/blob/master/docs/releases/Flutter-build-release-channels.md
[http]: https://pub.dev/packages/http [http]: https://pub.dev/packages/http
[macOS-client]: https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_network_client [macOS-client]: https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_network_client
[macOS-read-write]: https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_files_user-selected_read-write [macOS-read-write]: https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_files_user-selected_read-write

Loading…
Cancel
Save