From 6c5640798f14247848a6f987abcd5065e3004882 Mon Sep 17 00:00:00 2001 From: Daniel Ziegenberg Date: Wed, 20 Oct 2021 16:23:23 +0200 Subject: [PATCH] fix link to debugging documentation Signed-off-by: Daniel Ziegenberg --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cb1612719f..57c2d79f21 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -110,7 +110,7 @@ For feature work, take a look at the current [Enhancements](https://github.com/a If it has someone assigned to it then that person is the person responsible for working the enhancement. If you feel like you could contribute then reach out to that person. -Fixing bugs, adding translations, and updating the documentation are always appreciated, so reviewing the backlog of issues is always a good place to start. For extra information on debugging tools, see [Debugging](https://github.com/ansible/awx/blob/devel/docs/debugging.md). +Fixing bugs, adding translations, and updating the documentation are always appreciated, so reviewing the backlog of issues is always a good place to start. For extra information on debugging tools, see [Debugging](./docs/debugging/). **NOTE**