diff --git a/README.md b/README.md index 020d64e5..80b07ed3 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ Thank you for your interest in our Ansible OpenStack collection ☺️ There are many ways in which you can participate in the project, for example: - [Report and verify bugs and help with solving issues]( - https://storyboard.openstack.org/#!/project/openstack/ansible-collections-openstack). + https://bugs.launchpad.net/ansible-collections-openstack). - [Submit and review patches]( https://review.opendev.org/#/q/project:openstack/ansible-collections-openstack). - Follow OpenStack's [How To Contribute](https://wiki.openstack.org/wiki/How_To_Contribute) guide. diff --git a/docs/contributing.md b/docs/contributing.md index d1026d81..1b972f29 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -11,7 +11,7 @@ For hacking on the Ansible OpenStack collection it helps to [prepare a DevStack ## Hosting -* [Bug tracker][storyboard] +* [Bug tracker][bugtracker] * [Mailing list `openstack-discuss@lists.openstack.org`][openstack-discuss]. Prefix subjects with `[aoc]` or `[aco]` for faster responses. * [Code Hosting][opendev-a-c-o] @@ -188,4 +188,4 @@ Read [Release Guide](releasing.md) on how to publish new releases. [openstacksdk-cloud-layer-stays]: https://meetings.opendev.org/irclogs/%23openstack-sdks/%23openstack-sdks.2022-04-27.log.html [openstacksdk-to-dict]: https://opendev.org/openstack/openstacksdk/src/branch/master/openstack/resource.py [openstacksdk]: https://opendev.org/openstack/openstacksdk -[storyboard]: https://storyboard.openstack.org/#!/project/openstack/ansible-collections-openstack +[bugtracker]: https://bugs.launchpad.net/ansible-collections-openstack diff --git a/galaxy.yml b/galaxy.yml index c54a276a..7c57a641 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -11,7 +11,7 @@ dependencies: {} repository: https://opendev.org/openstack/ansible-collections-openstack documentation: https://docs.ansible.com/ansible/latest/collections/openstack/cloud/index.html homepage: https://opendev.org/openstack/ansible-collections-openstack -issues: https://storyboard.openstack.org/#!/project/openstack/ansible-collections-openstack +issues: https://bugs.launchpad.net/ansible-collections-openstack build_ignore: - "*.tar.gz" - build_artifact diff --git a/galaxy.yml.in b/galaxy.yml.in index 6edfaba4..209fcfd8 100644 --- a/galaxy.yml.in +++ b/galaxy.yml.in @@ -11,7 +11,7 @@ dependencies: {} repository: https://opendev.org/openstack/ansible-collections-openstack documentation: https://docs.ansible.com/ansible/latest/collections/openstack/cloud/index.html homepage: https://opendev.org/openstack/ansible-collections-openstack -issues: https://storyboard.openstack.org/#!/project/openstack/ansible-collections-openstack +issues: https://bugs.launchpad.net/ansible-collections-openstack build_ignore: - "*.tar.gz" - build_artifact