From 0e3c1f867d0c0edb57c70457c9cb604b8917fb0d Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Tue, 9 Nov 2021 20:28:13 +0100 Subject: [PATCH] Fix docs issues. (#3682) (#3684) (cherry picked from commit 146af089e96af6c043e08f793c371ecd7b58de68) Co-authored-by: Felix Fontein --- plugins/modules/clustering/consul/consul.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/clustering/consul/consul.py b/plugins/modules/clustering/consul/consul.py index f85e1cc729..9dc1a7713c 100644 --- a/plugins/modules/clustering/consul/consul.py +++ b/plugins/modules/clustering/consul/consul.py @@ -84,7 +84,7 @@ options: description: - the address to advertise that the service will be listening on. This value will be passed as the I(address) parameter to Consul's - U(/v1/agent/service/register) API method, so refer to the Consul API + C(/v1/agent/service/register) API method, so refer to the Consul API documentation for further details. tags: type: list