From 387c458a989586358a7063c75632ecef9d43c4d8 Mon Sep 17 00:00:00 2001 From: Kathy Walrath Date: Tue, 25 Sep 2018 14:35:08 -0700 Subject: [PATCH] Really fix the flutter dartdoc link (#22266) It turns out that #21888 didn't really fix the link, because *this* is the README used by dartdoc for flutter. --- 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 ebda97f1cb..d2b2dfa430 100644 --- a/dev/docs/README.md +++ b/dev/docs/README.md @@ -8,4 +8,4 @@ source. * **Main site: [flutter.io](https://flutter.io/)** * [Install](https://flutter.io/setup/) * [Get started](https://flutter.io/getting-started/) -* [Contribute](CONTRIBUTING.md) +* [Contribute](https://github.com/flutter/flutter/blob/master/CONTRIBUTING.md#contributing-to-flutter)