Skip to content

Commit a43f78b

Browse files
shrsrlhercot
authored andcommitted
[ignore] Added namespace and collection to see also note in docs of policy_based_redirect modules
1 parent 4fcf7da commit a43f78b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

plugins/modules/aci_l4l7_policy_based_redirect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
- The I(tenant) must exist before using this module in your playbook.
111111
The M(cisco.aci.aci_tenant) module can be used for this.
112112
seealso:
113-
- module: aci_tenant
113+
- module: cisco.aci.aci_tenant
114114
- name: APIC Management Information Model reference
115115
description: More information about the internal APIC class, B(vns:SvcRedirectPol)
116116
link: https://developer.cisco.com/docs/apic-mim-ref/

plugins/modules/aci_l4l7_policy_based_redirect_destination.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@
9999
The M(cisco.aci.aci_tenant), M(cisco.aci.aci_l4l7_device), M(cisco.aci.aci_l4l7_concrete_device), M(cisco.aci.aci_l4l7_concrete_interface)
100100
and M(cisco.aci.aci_l4l7_policy_based_redirect) modules can be used for this.
101101
seealso:
102-
- module: aci_tenant
103-
- module: aci_l4l7_device
104-
- module: aci_l4l7_concrete_device
105-
- module: aci_l4l7_concrete_interface
106-
- module: aci_l4l7_policy_based_redirect
102+
- module: cisco.aci.aci_tenant
103+
- module: cisco.aci.aci_l4l7_device
104+
- module: cisco.aci.aci_l4l7_concrete_device
105+
- module: cisco.aci.aci_l4l7_concrete_interface
106+
- module: cisco.aci.aci_l4l7_policy_based_redirect
107107
- name: APIC Management Information Model reference
108108
description: More information about the internal APIC class B(vns:RedirectDest)
109109
link: https://developer.cisco.com/docs/apic-mim-ref/

plugins/modules/aci_l4l7_redirect_health_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
- The I(tenant) must exist before using this module in your playbook.
4343
The M(cisco.aci.aci_tenant) module can be used for this.
4444
seealso:
45-
- module: aci_tenant
45+
- module: cisco.aci.aci_tenant
4646
- name: APIC Management Information Model reference
4747
description: More information about the internal APIC class B(vns:RedirectHealthGroup)
4848
link: https://developer.cisco.com/docs/apic-mim-ref/

0 commit comments

Comments
 (0)