From 7d5e5ebc94edbd0272707eaec5e0bbdd57a5213d Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Thu, 26 Apr 2018 16:06:04 -0700 Subject: [PATCH] Fix broken link (#16965) See https://docs.flutter.io/ to see what I mean. --- dev/docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/docs/README.md b/dev/docs/README.md index 0b3691b62a..ebda97f1cb 100644 --- a/dev/docs/README.md +++ b/dev/docs/README.md @@ -5,7 +5,7 @@ source. ### Documentation -* **Main site: [flutter.io]()** +* **Main site: [flutter.io](https://flutter.io/)** * [Install](https://flutter.io/setup/) * [Get started](https://flutter.io/getting-started/) * [Contribute](CONTRIBUTING.md)