modules: fix seealso sections (#581)

This commit is contained in:
Andrew Klychkov
2020-06-25 14:34:46 +03:00
committed by GitHub
parent ebb4600618
commit 21681daa01
8 changed files with 10 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ seealso:
- name: Failover IP documentation
description: Hetzner's documentation on failover IPs.
link: https://wiki.hetzner.de/index.php/Failover/en
- module: hetzner_failover_ip_info
- module: community.general.hetzner_failover_ip_info
description: Retrieve information on failover IPs.
extends_documentation_fragment:
- community.general.hetzner

View File

@@ -20,7 +20,7 @@ seealso:
- name: Failover IP documentation
description: Hetzner's documentation on failover IPs.
link: https://wiki.hetzner.de/index.php/Failover/en
- module: hetzner_failover_ip
- module: community.general.hetzner_failover_ip
description: Manage failover IPs.
extends_documentation_fragment:
- community.general.hetzner

View File

@@ -23,7 +23,7 @@ seealso:
- name: Firewall documentation
description: Hetzner's documentation on the stateless firewall for dedicated servers
link: https://wiki.hetzner.de/index.php/Robot_Firewall/en
- module: hetzner_firewall_info
- module: community.general.hetzner_firewall_info
description: Retrieve information on firewall configuration.
extends_documentation_fragment:
- community.general.hetzner

View File

@@ -21,7 +21,7 @@ seealso:
- name: Firewall documentation
description: Hetzner's documentation on the stateless firewall for dedicated servers
link: https://wiki.hetzner.de/index.php/Robot_Firewall/en
- module: hetzner_firewall
- module: community.general.hetzner_firewall
description: Configure firewall.
extends_documentation_fragment:
- community.general.hetzner