Fix broken links

... and replace usage of absolute url by relative url for internal
reference.

Change-Id: Id2b0e948ce61b42fc105968d03ad184f0d4f36f7
This commit is contained in:
Takashi Kajinami 2022-01-22 23:29:51 +09:00
parent 5426a849cd
commit d004968ac6
5 changed files with 10 additions and 15 deletions

View File

@ -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 <http://docs.openstack.org/developer/puppet-openstack-guide/new-module.html>`_.
- If you want to create a new module, read `New Module <new-module.html>`_.
.. _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 <testing.html>`_.
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 <http://docs.openstack.org/developer/puppet-openstack-guide/meetings.html>`_ Agenda (in Open Discussion section).
- Use the `Mailing list <http://docs.openstack.org/developer/puppet-openstack-guide/mailing-list.html>`_.
- Add your patch on the Puppet OpenStack `meeting <meetings.html>`_ Agenda (in Open Discussion section).
- Use the `Mailing list <mailing-list.html>`_.

View File

@ -3,8 +3,8 @@ Talk to us
==========
* Talk to us on IRC channel ``#puppet-openstack`` on OFTC.
* Join the conversation on our `Mailing list <http://docs.openstack.org/developer/puppet-openstack-guide/mailing-list.html>`_.
* Participate to our `Online Meetings <http://docs.openstack.org/developer/puppet-openstack-guide/meetings.html>`_.
* Join the conversation on our `Mailing list <mailing-list.html>`_.
* Participate to our `Online Meetings <meetings.html>`_.
.. toctree::

View File

@ -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

View File

@ -9,11 +9,8 @@ Learning about
* To learn about the Puppet configuration management system,
consult their `online documentation <http://docs.puppetlabs.com/>`__ .
* Learn about what are our `Supported Platforms <supported-platforms.html>`_.
* 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 <deploy.html>`_ your own OpenStack Cloud with Puppet All-In-One.
* All Puppet OpenStack `releases <releases.html>`_ and release notes.
.. toctree::
:maxdepth: 1

View File

@ -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 <https://docs.openstack.org/puppet-openstack-guide/latest/contributor/ci.html>`_ to see what is currently tested.
See `Continuous Integration </contributor/ci.html>`_ to see what is currently tested.