From 1ea4ffdeeaae64d428a8fe73807c147149a21ba5 Mon Sep 17 00:00:00 2001 From: Bob Mader Date: Thu, 30 Nov 2023 07:24:57 -0600 Subject: [PATCH] fix github links --- .github/workflows/release.yml | 6 +++--- CONTRIBUTING.md | 2 +- README.md | 6 +++--- galaxy.yml | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0caad0e..1bdcb36 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,11 +8,11 @@ on: jobs: ansible-lint: - uses: swapdisk/lvm_snapshots/.github/workflows/ansible-lint.yml@main + uses: swapdisk/infra.lvm_snapshots/.github/workflows/ansible-lint.yml@main pylint: - uses: swapdisk/lvm_snapshots/.github/workflows/pylint.yml@main + uses: swapdisk/infra.lvm_snapshots/.github/workflows/pylint.yml@main shellcheck: - uses: swapdisk/lvm_snapshots/.github/workflows/shellcheck.yml@main + uses: swapdisk/infra.lvm_snapshots/.github/workflows/shellcheck.yml@main prechecks: needs: - ansible-lint diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bf85287..ec1d2f4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,4 +2,4 @@ Thank you for your interest in contributing to the LVM Snapshots Collection. All we ask is that contributors please observe the [Ansible Community Guidelines](https://docs.ansible.com/ansible/devel/community/index.html) and follow the [Ansible Collections Contributor Guide](https://docs.ansible.com/ansible/devel/community/contributions_collections.html). We look forward to reviewing your pull request. -Everyone is invited to participate. We welcome first timers as well as experienced open source contributors. If you are unsure how to get started with your contributon, open a [new issue](https://github.com/swapdisk/lvm_snapshots/issues/new/choose) explaining what you want to do and we'll do our best to help! +Everyone is invited to participate. We welcome first timers as well as experienced open source contributors. If you are unsure how to get started with your contributon, open a [new issue](https://github.com/swapdisk/infra.lvm_snapshots/issues/new/choose) explaining what you want to do and we'll do our best to help! diff --git a/README.md b/README.md index 835d3da..d3cacd5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LVM Snapshots Collection -[![Ansible Lint](https://github.com/swapdisk/lvm_snapshots/workflows/Ansible%20Lint/badge.svg?event=push)](https://github.com/swapdisk/lvm_snapshots/actions) [![PyLint](https://github.com/swapdisk/lvm_snapshots/workflows/PyLint/badge.svg?event=push)](https://github.com/swapdisk/lvm_snapshots/actions) [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8141/badge)](https://www.bestpractices.dev/projects/8141) +[![Ansible Lint](https://github.com/swapdisk/infra.lvm_snapshots/workflows/Ansible%20Lint/badge.svg?event=push)](https://github.com/swapdisk/infra.lvm_snapshots/actions) [![PyLint](https://github.com/swapdisk/infra.lvm_snapshots/workflows/PyLint/badge.svg?event=push)](https://github.com/swapdisk/infra.lvm_snapshots/actions) [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8141/badge)](https://www.bestpractices.dev/projects/8141) ## Overview @@ -51,7 +51,7 @@ We appreciate participation from any new contributors. Get started by opening an ## Reporting issues -Please open a [new issue](https://github.com/swapdisk/lvm_snapshots/issues/new/choose) for any bugs or security vulnerabilities you may encounter. We also invite you to open an issue if you have ideas on how we can improve the solution or want to make a suggestion for enhancement. +Please open a [new issue](https://github.com/swapdisk/infra.lvm_snapshots/issues/new/choose) for any bugs or security vulnerabilities you may encounter. We also invite you to open an issue if you have ideas on how we can improve the solution or want to make a suggestion for enhancement. ## More information @@ -59,7 +59,7 @@ This collection is just one building block of our larger initiative to make RHEL ## Release notes -See the [changelog](https://github.com/swapdisk/lvm_snapshots/tree/main/CHANGELOG.rst). +See the [changelog](https://github.com/swapdisk/infra.lvm_snapshots/tree/main/CHANGELOG.rst). ## Licensing diff --git a/galaxy.yml b/galaxy.yml index 32df09d..f3aec6f 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -14,10 +14,10 @@ tags: - storage dependencies: "community.general": "*" -repository: https://github.com/swapdisk/lvm_snapshots -documentation: https://github.com/swapdisk/lvm_snapshots -homepage: https://github.com/swapdisk/lvm_snapshots -issues: https://github.com/swapdisk/lvm_snapshots/issues +repository: https://github.com/swapdisk/infra.lvm_snapshots +documentation: https://github.com/swapdisk/infra.lvm_snapshots +homepage: https://github.com/swapdisk/infra.lvm_snapshots +issues: https://github.com/swapdisk/infra.lvm_snapshots/issues build_ignore: - .ansible-lint - .pylintrc