From 9260e0f46dfd756679e4a87b6c4f6be1d9053282 Mon Sep 17 00:00:00 2001 From: Tom Page Date: Wed, 16 Mar 2022 09:17:49 +0000 Subject: [PATCH] Fix dead link --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 4caf8ca3d..6ab14dd5d 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -28,7 +28,7 @@ If you feel like getting your hands dirty, feel free to make the change yourself 1. Fork the repo on Github, and then clone it locally. 2. Create a branch named appropriately for the change you are going to make. 3. Make your code change. -4. If you are creating a new role, please add a test for it in our [testing playbook.](https://github.com/redhat-cop/tower_configuration/blob/devel/playbooks/example_with_yaml/configure_controller.yml) by adding a new role entry and adding the appropriate yaml file with test data in the controller_configs directory. +4. If you are creating a new role, please add a test for it in our [testing playbook.](https://github.com/redhat-cop/controller_configuration/blob/devel/examples/configure_controller.yml) by adding a new role entry and adding the appropriate yaml file with test data in the controller_configs directory. 5. Add a changelog fragment in `changelogs/fragments` as per https://docs.ansible.com/ansible/latest/community/development_process.html#changelogs 6. Push your code change up to your forked repo. 7. Open a Pull Request to merge your changes to this repo. The comment box will be filled in automatically via a template.