From 515dbcba8207cbb29a6b5ed5d7a2d29d4f46b469 Mon Sep 17 00:00:00 2001 From: Todd Volkert Date: Thu, 8 Nov 2018 09:00:47 -0800 Subject: [PATCH] Update API docs landing page. (#24073) --- dev/docs/README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/dev/docs/README.md b/dev/docs/README.md index d2b2dfa430..c5c522d99b 100644 --- a/dev/docs/README.md +++ b/dev/docs/README.md @@ -5,7 +5,10 @@ source. ### Documentation +This site hosts Flutter's API documentation. Other documentation can be found at +the following locations: + * **Main site: [flutter.io](https://flutter.io/)** -* [Install](https://flutter.io/setup/) -* [Get started](https://flutter.io/getting-started/) -* [Contribute](https://github.com/flutter/flutter/blob/master/CONTRIBUTING.md#contributing-to-flutter) +* [Installation](https://flutter.io/docs/get-started/install) +* [Codelabs](https://flutter.io/docs/codelabs) +* [Contributing to Flutter](https://github.com/flutter/flutter/blob/master/CONTRIBUTING.md)