From 47fb002c8800bdcbacd92fd9216d396a8dec0d1c Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Fri, 27 Oct 2017 22:39:23 -0600 Subject: [PATCH] (minor) fix broken link, awkward phrasing (#32085) * (minor) fix broken link, awkward phrasing Simple transposition error was resulting in a link not being properly htmlified. Also clean up redundant 'this' and trailing whitespace. Signed-off-by: Ed Santiago * Edits --- docs/templates/plugin.rst.j2 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/templates/plugin.rst.j2 b/docs/templates/plugin.rst.j2 index 7b1e4163d5e..b11b2bc07e5 100644 --- a/docs/templates/plugin.rst.j2 +++ b/docs/templates/plugin.rst.j2 @@ -351,13 +351,12 @@ This module is flagged as **@{cur_state}@** which means that @{module_states[cur Maintenance Info ~~~~~~~~~~~~~~~~ -For more information about Red Hat's this support of this @{ plugin_type }@, -please refer to this `knowledge base article_` +For more information about Red Hat's support of this @{ plugin_type }@, +please refer to this `knowledge base article `_ {% endif %} {% endif %} {% endif %} -For help in developing, should you be so inclined, please read :doc:`../../community`, +If you want to help with development, please read :doc:`../../community`, :doc:`../../dev_guide/testing` and {% if plugin_type == 'module' %}:doc:`../../dev_guide/developing_modules`{% else %}:doc:`../../dev_guide/developing_plugins`{% endif %}. -