From 1dafd92c8e468583e51758396e35d82044b23503 Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Wed, 4 Jul 2018 13:52:47 -0300 Subject: [PATCH] Fix Ansible Galaxy documentation link. (#42316) More info: https://github.com/ansible/galaxy/issues/830 --- docs/docsite/rst/reference_appendices/galaxy.rst | 2 +- docs/docsite/rst/user_guide/playbooks_reuse_roles.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/reference_appendices/galaxy.rst b/docs/docsite/rst/reference_appendices/galaxy.rst index b527703787f..40c7a74d79b 100644 --- a/docs/docsite/rst/reference_appendices/galaxy.rst +++ b/docs/docsite/rst/reference_appendices/galaxy.rst @@ -18,7 +18,7 @@ You can also use the site to share roles that you create. By authenticating with them available to the Ansible community. Imported roles become available in the Galaxy search index and visible on the site, allowing users to discover and download them. -Learn more by viewing `the About page `_. +Learn more by viewing `the About page `_. The command line tool ````````````````````` diff --git a/docs/docsite/rst/user_guide/playbooks_reuse_roles.rst b/docs/docsite/rst/user_guide/playbooks_reuse_roles.rst index 0ef93145b17..25853e3acee 100644 --- a/docs/docsite/rst/user_guide/playbooks_reuse_roles.rst +++ b/docs/docsite/rst/user_guide/playbooks_reuse_roles.rst @@ -397,7 +397,7 @@ Ansible Galaxy The client ``ansible-galaxy`` is included in Ansible. The Galaxy client allows you to download roles from Ansible Galaxy, and also provides an excellent default framework for creating your own roles. -Read the Ansible Galaxy introduction _ page for more information +Read the Ansible Galaxy documentation _ page for more information .. seealso::