diff --git a/README.md b/README.md
index 6b42b7be3f..cf919a3dbc 100644
--- a/README.md
+++ b/README.md
@@ -9,10 +9,10 @@ Flutter is Google’s mobile app SDK for crafting high-quality native interfaces
### Documentation
-**Main site: [flutter.io][]**
-* [Install](https://flutter.io/get-started/install/)
-* [Get started](https://flutter.io/get-started/)
-* [API documentation](https://docs.flutter.io/)
+**Main site: [flutter.dev][]**
+* [Install](https://flutter.dev/get-started/install/)
+* [Get started](https://flutter.dev/get-started/)
+* [API documentation](https://docs.flutter.dev/)
* [Changelog](https://github.com/flutter/flutter/wiki/Changelog)
* [How to contribute](https://github.com/flutter/flutter/blob/master/CONTRIBUTING.md)
@@ -47,7 +47,7 @@ smooth natural scrolling, and platform awareness.
[
](https://github.com/flutter/flutter/blob/master/examples/flutter_gallery/lib/demo/contacts_demo.dart)
[
](https://codelabs.developers.google.com/codelabs/flutter/)
-Browse the widget catalog.
+Browse the widget catalog.
## Modern, reactive framework
@@ -89,9 +89,9 @@ class CounterState extends State {
}
```
-Browse the widget catalog
+Browse the widget catalog
and learn more about the
-functional-reactive framework.
+functional-reactive framework.
## Access native features and SDKs
@@ -118,8 +118,8 @@ Future getBatteryLevel() async {
}
```
-Learn how to use packages or
-write platform channels
+Learn how to use packages or
+write platform channels
to access native code, APIs, and SDKs.
## Unified app development
@@ -133,7 +133,7 @@ you can use Flutter for your views and leverage much of your
existing Java/Kotlin/ObjC/Swift investment.
Learn more about what makes Flutter special in the
-technical overview.
+technical overview.
# More resources
@@ -146,7 +146,7 @@ To join the team working on Flutter, see our [contributor guide](CONTRIBUTING.md
[Build Status - Cirrus]: https://api.cirrus-ci.com/github/flutter/flutter.svg
[Build status]: https://cirrus-ci.com/github/flutter/flutter/master
-[flutter.io]: https://flutter.io
+[flutter.dev]: https://flutter.dev
[Flutter logo]: https://github.com/dart-lang/site-shared/blob/master/src/_assets/image/flutter/icon/64.png?raw=1
[Gitter Channel]: https://badges.gitter.im/flutter/flutter.svg
-[Gitter badge]: https://gitter.im/flutter/flutter?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
+[Gitter badge]: https://gitter.im/flutter/flutter?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
\ No newline at end of file