From 2fbe4ca102324661eb0c04de3f8fc7e96e472bbb Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Fri, 6 Sep 2019 00:47:19 +1000 Subject: [PATCH] Fix galaxy server reference in the docs (#61823) --- docs/docsite/rst/reference_appendices/galaxy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/reference_appendices/galaxy.rst b/docs/docsite/rst/reference_appendices/galaxy.rst index df5359a479f..e37a9603d89 100644 --- a/docs/docsite/rst/reference_appendices/galaxy.rst +++ b/docs/docsite/rst/reference_appendices/galaxy.rst @@ -28,7 +28,7 @@ also use it to create a new role, remove roles, or perform tasks on the Galaxy w The command line tool by default communicates with the Galaxy website API using the server address *https://galaxy.ansible.com*. Since the `Galaxy project `_ is an open source project, you may be running your own internal Galaxy server and wish to override the default server address. You can do this using the *--server* option -or by setting the Galaxy server value in your *ansible.cfg* file. For information on setting the value in *ansible.cfg* visit `Galaxy Settings <./intro_configuration.html#galaxy-settings>`_. +or by setting the Galaxy server value in your *ansible.cfg* file. For information on setting the value in *ansible.cfg* see :ref:`galaxy_server`. Installing Roles