From 146af089e96af6c043e08f793c371ecd7b58de68 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 9 Nov 2021 19:59:34 +0100 Subject: [PATCH] Fix docs issues. (#3682) --- 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