From fc917d7e629c216582b6907c275c0371e31c54b5 Mon Sep 17 00:00:00 2001 From: Thomas Sikma Date: Mon, 25 Jan 2021 07:58:26 -0500 Subject: [PATCH] Update CONTRIBUTING.md fixed link path to correct Documentation --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ab8c6db..2716bb3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,4 +3,4 @@ community, and agree by submitting the patch that your contributions are license [Apache 2.0 license](./LICENSE.md). Before submitting the pull request, please make sure you have tested your changes and that they follow the project -[guidelines for contributing code](./Documentation/developing_with_adk.md). +[guidelines for contributing code](./Documentation/coding_convention.md).