From 2749090bc65afa0136301981e1794bb92b38b725 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Mon, 18 Nov 2019 14:50:23 -0500 Subject: [PATCH] fix collection broken links (#65010) --- docs/docsite/rst/galaxy/dev_guide.rst | 2 +- docs/docsite/rst/galaxy/user_guide.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/galaxy/dev_guide.rst b/docs/docsite/rst/galaxy/dev_guide.rst index 2ce4f01e464..0e55046f1a3 100644 --- a/docs/docsite/rst/galaxy/dev_guide.rst +++ b/docs/docsite/rst/galaxy/dev_guide.rst @@ -236,7 +236,7 @@ Provide the ID of the integration to be disabled. You can find the ID by using t .. seealso:: - `collections `_ + :ref:`collections` Sharable collections of modules, playbooks and roles :ref:`playbooks_reuse_roles` All about ansible roles diff --git a/docs/docsite/rst/galaxy/user_guide.rst b/docs/docsite/rst/galaxy/user_guide.rst index 353b3229adb..de0230769e2 100644 --- a/docs/docsite/rst/galaxy/user_guide.rst +++ b/docs/docsite/rst/galaxy/user_guide.rst @@ -419,7 +419,7 @@ Use ``remove`` to delete a role from *roles_path*: .. seealso:: - `collections `_ + :ref:`collections` Sharable collections of modules, playbooks and roles :ref:`playbooks_reuse_roles` Reusable tasks, handlers, and other files in a known directory structure