From 59aa6f246f75b9a0cab4a8485f0da6fd7c7c6a07 Mon Sep 17 00:00:00 2001 From: Akira Yokochi Date: Sat, 14 Dec 2024 22:46:10 +0900 Subject: [PATCH] Fix repo url (#14) --- .github/CONTRIBUTING.md | 2 +- galaxy.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 79298975..cc2e451f 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -29,7 +29,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/controller_configuration/blob/devel/tests/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/infra.controller_configuration/blob/devel/tests/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 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. diff --git a/galaxy.yml b/galaxy.yml index 026fe51d..428b485c 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -11,8 +11,8 @@ authors: - Tom Page @Tompage1994 - Sean Sullivan @sean-m-sullivan - David Danielsson @djdanielsson -repository: https://github.com/redhat-cop/controller_configuration/ -issues: https://github.com/redhat-cop/controller_configuration//issues +repository: https://github.com/redhat-cop/infra.controller_configuration/ +issues: https://github.com/redhat-cop/infra.controller_configuration/issues build_ignore: - galaxy.yml.j2 - release.yml