mirror of
https://github.com/flutter/flutter
synced 2024-11-05 18:37:51 +00:00
Fix links on homepage of API docs (#29641)
This commit is contained in:
parent
c33d263830
commit
f0c2be3c1e
1 changed files with 3 additions and 3 deletions
|
@ -13,9 +13,9 @@ SDK.
|
||||||
This site hosts Flutter's API documentation. Other documentation can be found at
|
This site hosts Flutter's API documentation. Other documentation can be found at
|
||||||
the following locations:
|
the following locations:
|
||||||
|
|
||||||
* [flutter.io](https://flutter.io/) (main site)
|
* [flutter.dev](https://flutter.dev) (main site)
|
||||||
* [Installation](https://flutter.io/docs/get-started/install)
|
* [Installation](https://flutter.dev/docs/get-started/install)
|
||||||
* [Codelabs](https://flutter.io/docs/codelabs)
|
* [Codelabs](https://flutter.dev/docs/codelabs)
|
||||||
* [Contributing to Flutter](https://github.com/flutter/flutter/blob/master/CONTRIBUTING.md)
|
* [Contributing to Flutter](https://github.com/flutter/flutter/blob/master/CONTRIBUTING.md)
|
||||||
|
|
||||||
### Importing a Library
|
### Importing a Library
|
||||||
|
|
Loading…
Reference in a new issue