Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix broken urls on configuration page
Three urls were broken due to using an absolute url style instead of a
`:ref:` syntax.

https://pulp.plan.io/issues/5160
closes #5160
  • Loading branch information
Brian Bouterse committed Jul 21, 2019
1 parent 61c3fcd commit 093f8f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGES/5160.doc
@@ -0,0 +1 @@
Fix broken urls in the ``/installation/configuration.html#settings`` area.
6 changes: 3 additions & 3 deletions docs/installation/configuration.rst
Expand Up @@ -42,9 +42,9 @@ Settings

Pulp uses three types of settings:

* `Django settings <django-settings>`_ Pulp is configuring
* `Pulp defined settings <pulp-settings>`_
* `RQ settings <rq-settings>`_ Pulp is using
* :ref:`Django settings <django-settings>` Pulp is configuring
* :ref:`Pulp defined settings <pulp-settings>`
* :ref:`RQ settings <rq-settings>` Pulp is using


.. _django-settings:
Expand Down

0 comments on commit 093f8f8

Please sign in to comment.