From 4801bf96a58dd3b8526962e9d95ce59ec9226916 Mon Sep 17 00:00:00 2001 From: Alicia Cozine Date: Fri, 27 Apr 2018 14:24:18 -0500 Subject: [PATCH] fixes broken link in aci module docs (#39247) * fixes broken link in aci module docs * makes correct fix for aci broken link --- lib/ansible/modules/network/aci/aci_bd_to_l3out.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/network/aci/aci_bd_to_l3out.py b/lib/ansible/modules/network/aci/aci_bd_to_l3out.py index 1717b023a8..ff1708343c 100644 --- a/lib/ansible/modules/network/aci/aci_bd_to_l3out.py +++ b/lib/ansible/modules/network/aci/aci_bd_to_l3out.py @@ -18,7 +18,7 @@ description: - Bind Bridge Domain to L3 Out on Cisco ACI fabrics. notes: - The C(bd) and C(l3out) parameters should exist before using this module. - The M(aci_bd) and M(aci_l3out) can be used for these. + The M(aci_bd) and C(aci_l3out) can be used for these. - More information about the internal APIC class B(fv:RsBDToOut) from L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/). author: