Skip to content

Commit c81eb05

Browse files
Correct links and grammar in README.md (#108113)
1 parent 505ccf9 commit c81eb05

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ open source.
2020
## Documentation
2121

2222
* [Install Flutter](https://flutter.dev/get-started/)
23-
* [Flutter documentation](https://flutter.dev/docs)
23+
* [Flutter documentation](https://docs.flutter.dev/)
2424
* [Development wiki](https://github.com/flutter/flutter/wiki)
2525
* [Contributing to Flutter](https://github.com/flutter/flutter/blob/master/CONTRIBUTING.md)
2626

2727
For announcements about new releases, follow the
2828
[flutter-announce@googlegroups.com](https://groups.google.com/forum/#!forum/flutter-announce)
2929
mailing list. Our documentation also tracks [breaking
30-
changes](https://flutter.dev/docs/release/breaking-changes) across releases.
30+
changes](https://docs.flutter.dev/release/breaking-changes) across releases.
3131

3232
## Terms of service
3333

3434
The Flutter tool may occasionally download resources from Google servers. By
35-
downloading or using the Flutter SDK you agree to the Google Terms of Service:
35+
downloading or using the Flutter SDK, you agree to the Google Terms of Service:
3636
https://policies.google.com/terms
3737

3838
For example, when installed from GitHub (as opposed to from a prepackaged
@@ -85,8 +85,8 @@ Flutter works with any development tool (or none at all), and also includes
8585
editor plug-ins for both [Visual Studio Code] and [IntelliJ / Android Studio].
8686
Flutter provides [tens of thousands of packages][Flutter packages] to speed your
8787
development, regardless of your target platform. And accessing other native code
88-
is easy, with support for both [FFI] and [platform-specific APIs][platform
89-
channels].
88+
is easy, with support for both FFI ([on Android][Android FFI], [on iOS][iOS FFI],
89+
and [on macOS][macOS FFI]) as well as [platform-specific APIs][platform channels].
9090

9191
Flutter is a fully open-source project, and we welcome contributions.
9292
Information on how to get started can be found in our
@@ -99,7 +99,7 @@ Information on how to get started can be found in our
9999
[Discord badge]: https://img.shields.io/discord/608014603317936148
100100
[Twitter handle]: https://img.shields.io/twitter/follow/flutterdev.svg?style=social&label=Follow
101101
[Twitter badge]: https://twitter.com/intent/follow?screen_name=flutterdev
102-
[layered architecture]: https://flutter.dev/docs/resources/inside-flutter
102+
[layered architecture]: https://docs.flutter.dev/resources/inside-flutter
103103
[architectural overview]: https://docs.flutter.dev/resources/architectural-overview
104104
[widget catalog]: https://flutter.dev/widgets/
105105
[Cupertino]: https://docs.flutter.dev/development/ui/widgets/cupertino
@@ -111,6 +111,8 @@ Information on how to get started can be found in our
111111
[Visual Studio Code]: https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
112112
[IntelliJ / Android Studio]: https://plugins.jetbrains.com/plugin/9212-flutter
113113
[Flutter packages]: https://pub.dev/flutter
114-
[FFI]: https://flutter.dev/docs/development/platform-integration/c-interop
115-
[platform channels]: https://flutter.dev/docs/development/platform-integration/platform-channels
114+
[Android FFI]: https://docs.flutter.dev/development/platform-integration/android/c-interop
115+
[iOS FFI]: https://docs.flutter.dev/development/platform-integration/android/c-interop
116+
[macOS FFI]: https://docs.flutter.dev/development/platform-integration/macos/c-interop
117+
[platform channels]: https://docs.flutter.dev/development/platform-integration/platform-channels
116118
[interop example]: https://github.com/flutter/flutter/tree/master/examples/platform_channel

0 commit comments

Comments
 (0)