From c17a62909479a9611fc6ba295519a755f442b05b Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Mon, 16 Apr 2018 13:26:42 -0700 Subject: [PATCH] Breadcrumbs to the wiki (#5017) * Breadcrumbs to the wiki * Update README.md --- CONTRIBUTING.md | 3 ++- README.md | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 543b586063bc6..45af0eacee586 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -207,7 +207,8 @@ find . -mindepth 1 -maxdepth 1 -type d | xargs -n 1 sh -c 'ninja -C $0 || exit 2 Contributing code ----------------- -We gladly accept contributions via GitHub pull requests. +We gladly accept contributions via GitHub pull requests. See [the wiki](https://github.com/flutter/engine/wiki) for +information about the engine's architecture. To start working on a patch: diff --git a/README.md b/README.md index e52c496b97518..d38f7941de34a 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ us [feedback](mailto:flutter-dev@googlegroups.com). - For information about contributing code to the engine itself, please see [CONTRIBUTING.md](CONTRIBUTING.md). + + - For information about the engine's architecture, please see + [the wiki](https://github.com/flutter/engine/wiki). Community ---------