From d004968ac60260938cd4ffa253cd3c2655004c79 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sat, 22 Jan 2022 23:29:51 +0900 Subject: [PATCH] Fix broken links ... and replace usage of absolute url by relative url for internal reference. Change-Id: Id2b0e948ce61b42fc105968d03ad184f0d4f36f7 --- doc/source/contributor/coding-style.rst | 10 ++++------ doc/source/contributor/talk-to-us.rst | 4 ++-- doc/source/contributor/testing.rst | 2 +- doc/source/install/getting-started.rst | 7 ++----- doc/source/install/supported-platforms.rst | 2 +- 5 files changed, 10 insertions(+), 15 deletions(-) diff --git a/doc/source/contributor/coding-style.rst b/doc/source/contributor/coding-style.rst index f84739b..f187c41 100644 --- a/doc/source/contributor/coding-style.rst +++ b/doc/source/contributor/coding-style.rst @@ -10,7 +10,7 @@ Coding Style - Make sure that what you're going to code is not already a work in progress - Make sure you're familiar with Puppet Syntax, Lint_, Rspec_ and Beaker_ -- If you want to create a new module, read `New Module `_. +- If you want to create a new module, read `New Module `_. .. _Lint: http://puppet-lint.com/ .. _Rspec: http://rspec-puppet.com/ @@ -106,9 +106,7 @@ version constraints unless you have a specific requirement, Testing ======= -Everything about testing you can find here_. - -.. _here: https://docs.openstack.org/puppet-openstack-guide/latest/contributor/testing.html +Everything about testing you can find `here `_. Documentation ============= @@ -131,6 +129,6 @@ Different ways to get reviewsː - Go on IRC ``#puppet-openstack`` (OFTC) and gently ask for reviews. If you need to discuss about already reviewed code, you can ping the reviewers. -- Add your patch on the Puppet OpenStack `meeting `_ Agenda (in Open Discussion section). -- Use the `Mailing list `_. +- Add your patch on the Puppet OpenStack `meeting `_ Agenda (in Open Discussion section). +- Use the `Mailing list `_. diff --git a/doc/source/contributor/talk-to-us.rst b/doc/source/contributor/talk-to-us.rst index e26e524..c9f9294 100644 --- a/doc/source/contributor/talk-to-us.rst +++ b/doc/source/contributor/talk-to-us.rst @@ -3,8 +3,8 @@ Talk to us ========== * Talk to us on IRC channel ``#puppet-openstack`` on OFTC. -* Join the conversation on our `Mailing list `_. -* Participate to our `Online Meetings `_. +* Join the conversation on our `Mailing list `_. +* Participate to our `Online Meetings `_. .. toctree:: diff --git a/doc/source/contributor/testing.rst b/doc/source/contributor/testing.rst index 595ea03..53d8e00 100644 --- a/doc/source/contributor/testing.rst +++ b/doc/source/contributor/testing.rst @@ -12,7 +12,7 @@ and `Functional Tests`_ sections and the |ci|_ documentation. Puppet OpenStack CI will verify your changes, but to save time it is better to run tests locally before submitting the patch. -.. _ci: http://docs.openstack.org/developer/puppet-openstack-guide/ci.html +.. _ci: /contributor/ci.html .. |ci| replace:: Continuous Integration diff --git a/doc/source/install/getting-started.rst b/doc/source/install/getting-started.rst index 05abdd7..a7e5479 100644 --- a/doc/source/install/getting-started.rst +++ b/doc/source/install/getting-started.rst @@ -9,11 +9,8 @@ Learning about * To learn about the Puppet configuration management system, consult their `online documentation `__ . * Learn about what are our `Supported Platforms `_. -* Deploy_ your own OpenStack Cloud with Puppet All-In-One. -* All Puppet OpenStack releases_ and release notes. - -.. _Deploy: https://docs.openstack.org/puppet-openstack-guide/latest/install/deploy.html -.. _releases: https://docs.openstack.org/puppet-openstack-guide/latest/install/releases.html +* `Deploy `_ your own OpenStack Cloud with Puppet All-In-One. +* All Puppet OpenStack `releases `_ and release notes. .. toctree:: :maxdepth: 1 diff --git a/doc/source/install/supported-platforms.rst b/doc/source/install/supported-platforms.rst index 712b1c3..59ad96e 100644 --- a/doc/source/install/supported-platforms.rst +++ b/doc/source/install/supported-platforms.rst @@ -14,4 +14,4 @@ The modules are tested on Puppet 4 up to Queens and then Puppet 5 and 6 from the Puppet 3 or earlier is NOT supported. Puppet 4 is NOT supported as of the Train release. -See `Continuous Integration `_ to see what is currently tested. +See `Continuous Integration `_ to see what is currently tested.