From 38c33d44e11bea4ba3385ba13a5a90eee3f3ffac Mon Sep 17 00:00:00 2001 From: Collin Jackson Date: Thu, 16 Jul 2015 13:28:37 -0700 Subject: [PATCH] Fix link --- engine/src/flutter/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/CONTRIBUTING.md b/engine/src/flutter/CONTRIBUTING.md index a8b1406f00c..b4ba4e54818 100644 --- a/engine/src/flutter/CONTRIBUTING.md +++ b/engine/src/flutter/CONTRIBUTING.md @@ -54,7 +54,7 @@ You must complete the [Contributor License Agreement](https://cla.developers.google.com/clas). You can do this online, and it only takes a minute. If you've never submitted code before, you must add your (or your -organization's) name and contact info to the ``AUTHORS``(AUTHORS) file. +organization's) name and contact info to the [AUTHORS](AUTHORS) file. Running tests -------------