summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorDaniel Ziegenberg <daniel@ziegenberg.at>2021-10-20 16:23:23 +0200
committerDaniel Ziegenberg <daniel@ziegenberg.at>2021-10-30 18:45:46 +0200
commit6c5640798f14247848a6f987abcd5065e3004882 (patch)
tree6d19490d6e4d117a63e6e718776e15c0bbcf074e /CONTRIBUTING.md
parentMerge pull request #11270 from ziegenberg/update-slack-sdk (diff)
downloadawx-6c5640798f14247848a6f987abcd5065e3004882.tar.xz
awx-6c5640798f14247848a6f987abcd5065e3004882.zip
fix link to debugging documentation
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
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**