From 15558dd4e2f8deaa3e9eaf88241b8fc60e20f287 Mon Sep 17 00:00:00 2001 From: Melanie Corr Date: Fri, 19 Jun 2020 19:32:07 +0100 Subject: [PATCH] update content web link fixes #7017 --- CHANGES/7017.doc | 1 + docs/bugs-features.rst | 4 +--- docs/contributing/pull-request-walkthrough.rst | 2 +- docs/index.rst | 4 ++-- docs/plugins/index.rst | 2 +- docs/workflows/index.rst | 2 +- 6 files changed, 7 insertions(+), 8 deletions(-) create mode 100644 CHANGES/7017.doc diff --git a/CHANGES/7017.doc b/CHANGES/7017.doc new file mode 100644 index 0000000000..bb7d890527 --- /dev/null +++ b/CHANGES/7017.doc @@ -0,0 +1 @@ +Fixed broken link to content plugins web page diff --git a/docs/bugs-features.rst b/docs/bugs-features.rst index 2dc6dabd01..efffd84d80 100644 --- a/docs/bugs-features.rst +++ b/docs/bugs-features.rst @@ -3,7 +3,7 @@ Bugs and Feature Requests Bugs and feature requests for :term:`pulpcore` are tracked with `Redmine `_. Please see the `plugin table -`_ for trackers for each plugin. +`_ for trackers for each plugin. .. _issue-writing: @@ -153,5 +153,3 @@ Redmine Fields +-------------+-----------------------------------------------------------------------------------+ | Tags | Used for filtering. | +-------------+-----------------------------------------------------------------------------------+ - - diff --git a/docs/contributing/pull-request-walkthrough.rst b/docs/contributing/pull-request-walkthrough.rst index 6836f1ee78..45cbb1cb8d 100644 --- a/docs/contributing/pull-request-walkthrough.rst +++ b/docs/contributing/pull-request-walkthrough.rst @@ -4,7 +4,7 @@ Pull Request Walkthrough Changes to pulpcore are submitted via `GitHub Pull Requests (PR) `_ to the `pulp git repository `_ . Plugin git repositories are listed in the `plugin table -`_. +`_. Boilerplate ----------- diff --git a/docs/index.rst b/docs/index.rst index 5214a9f724..90f283b7b0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -27,7 +27,7 @@ Source code * `pulp Github organization `_ * `pulpcore `_ - * `plugin repositories `_ + * `plugin repositories `_ How to Navigate the pulpcore and plugin docs @@ -38,7 +38,7 @@ Plugin Documentation If you are a new user who is evaluating Pulp it is recommended that you skim the documentation for the plugins that add the content types you are interested in. Links to these docs can be found in -our `list of plugins `_ +our `list of plugins `_ Pulpcore Documentation ^^^^^^^^^^^^^^^^^^^^^^ diff --git a/docs/plugins/index.rst b/docs/plugins/index.rst index f8557c95a7..fd4648a892 100644 --- a/docs/plugins/index.rst +++ b/docs/plugins/index.rst @@ -4,7 +4,7 @@ Plugins Plugins add support for a type of content to Pulp. For example, the `file_plugin `_ adds support for Pulp to manage files. -For a list of plugins check out our `list of plugins for Pulp 3 `_. +For a list of plugins check out our `list of plugins for Pulp 3 `_. And don't hesitate to :ref:`contact us` with any questions during development. Let us know when the plugin is ready and we will be happy to add it to the list of available plugins for Pulp! diff --git a/docs/workflows/index.rst b/docs/workflows/index.rst index edae9e1d10..f842191f60 100644 --- a/docs/workflows/index.rst +++ b/docs/workflows/index.rst @@ -3,7 +3,7 @@ Workflows and Use Cases Best practices for content management are discussed here. The goal of this document is to provide a framework for users to design their own workflows with any content type. For specific examples, -users should refer to `plugin documentation `_. This page +users should refer to `plugin documentation `_. This page assumes that the reader is familiar with the fundamentals discussed in the :doc:`/concepts`.