From fec8bce555010bd0407e0c7c0cef2feec7f3d0d7 Mon Sep 17 00:00:00 2001 From: Seth Ladd Date: Fri, 20 Nov 2015 10:33:00 -0800 Subject: [PATCH] Fix link to flutter CONTRIBUTING.md --- 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 7ce5a6c53dd..845d966361a 100644 --- a/engine/src/flutter/CONTRIBUTING.md +++ b/engine/src/flutter/CONTRIBUTING.md @@ -94,7 +94,7 @@ connected Android device, from that directory you would run: * `ninja -C out/Debug` to build a desktop Debug binary. To run the tests, you'll also need to clone [the main Flutter repository](https://github.com/flutter/flutter). -See [the instructions for contributing](https://github.com/flutter/engine/blob/master/CONTRIBUTING.md) +See [the instructions for contributing](https://github.com/flutter/flutter/blob/master/CONTRIBUTING.md) to the main Flutter repository for detailed instructions. Contributing code