diff --git a/doc/source/contributor/ci.rst b/doc/source/contributor/ci.rst index b339c8c..8f187c8 100644 --- a/doc/source/contributor/ci.rst +++ b/doc/source/contributor/ci.rst @@ -73,7 +73,7 @@ OpenStack modules: The code that configures Jenkins jobs is hosted by - Functional testing jobs that will deploy OpenStack run tempest smoke to validate OpenStack is actually working. *N* represents the Puppet version used in the test. - More details `here `__ + More details `here `__ - Yes - Read the job logs. Sometimes, the job fails because of packaging issues or mirrors downtime. Please report a bug for this so we diff --git a/doc/source/contributor/module-list.rst b/doc/source/contributor/module-list.rst index 3ed724f..cb11243 100644 --- a/doc/source/contributor/module-list.rst +++ b/doc/source/contributor/module-list.rst @@ -62,4 +62,4 @@ Supporting Puppet Modules * `Integration CI Tools `_ (*Puppet OpenStack Integration*) * `Blueprints `_ (*Puppet OpenStack Specs*) (hosted `here `_) * `New Module Cookiecutter Template `_ (*Cookiecutter*) -* `Sync Tool `_ (*Modulesync*) +* `Sync Tool `_ (*Modulesync*) diff --git a/doc/source/contributor/new-module.rst b/doc/source/contributor/new-module.rst index 2d9af27..142ad2e 100644 --- a/doc/source/contributor/new-module.rst +++ b/doc/source/contributor/new-module.rst @@ -28,13 +28,13 @@ The community has developed two projects related to modules file management: - puppet-openstack-cookiecutter - (https://github.com/openstack/puppet-openstack-cookiecutter) : This + (https://opendev.org/openstack/puppet-openstack-cookiecutter) : This project aims to help bootstrap a new puppet module that will be compliant with the community expectations (organization, naming, etc...). It takes user inputs and a project template and generate the skeleton of the modules. - puppet-modulesync-configs - (https://github.com/openstack/puppet-modulesync-configs) : This + (https://opendev.org/x/puppet-modulesync-configs) : This project aims to gather in a single repository the files that are common and need to be kept in sync across all openstack/puppet-\* modules. @@ -45,9 +45,9 @@ not intended for dynamic content and path (class name, provider, etc...), hence the use of cookiecutter and the existence of both projects. -Modulesync: https://github.com/openstack/puppet-modulesync-configs +Modulesync: https://opendev.org/x/puppet-modulesync-configs -Cookiecutter: https://github.com/openstack/puppet-openstack-cookiecutter +Cookiecutter: https://opendev.org/openstack/puppet-openstack-cookiecutter In practice =========== @@ -62,7 +62,7 @@ Requirements : To make the boilerplating of a new Puppet module easier a script is provided. -https://github.com/openstack/puppet-openstack-cookiecutter/blob/master/contrib/bootstrap.sh +https://opendev.org/openstack/puppet-openstack-cookiecutter/blob/master/contrib/bootstrap.sh What it does is the following: diff --git a/doc/source/install/deploy.rst b/doc/source/install/deploy.rst index 46e6d26..ecf11bc 100644 --- a/doc/source/install/deploy.rst +++ b/doc/source/install/deploy.rst @@ -26,4 +26,4 @@ setup with Tempest. More information you can find here_. -.. _here: https://github.com/openstack/puppet-openstack-integration#all-in-one +.. _here: https://opendev.org/openstack/puppet-openstack-integration#all-in-one