fix misformatted docsite link (#31384)
reason: The link is showing verbatim in the docs, where it should only show "knowledge base article". Also, generating the docs shows a lot of: docs/docsite/rst/win_acl_module.rst:424: WARNING: Unknown target name: "know ledge base article<https://access.redhat.com/articles/rhel-top-support-policies>".
This commit is contained in:
parent
d332367018
commit
15dffe04dd
1 changed files with 1 additions and 1 deletions
2
docs/templates/plugin.rst.j2
vendored
2
docs/templates/plugin.rst.j2
vendored
|
@ -326,7 +326,7 @@ Maintenance Info
|
|||
~~~~~~~~~~~~~~~~
|
||||
|
||||
For more information about Red Hat's this support of this module, please
|
||||
refer to this `knowledge base article<https://access.redhat.com/articles/rhel-top-support-policies>`
|
||||
refer to this `knowledge base article<https://access.redhat.com/articles/rhel-top-support-policies>`_
|
||||
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue