mysql and postgresql modules: fix seealso section (#580)

This commit is contained in:
Andrew Klychkov
2020-06-25 12:09:13 +03:00
committed by GitHub
parent 60c9642e6b
commit ebb4600618
19 changed files with 47 additions and 47 deletions

View File

@@ -155,10 +155,10 @@ options:
version_added: '0.2.0'
seealso:
- module: mysql_info
- module: mysql_variables
- module: mysql_user
- module: mysql_replication
- module: community.general.mysql_info
- module: community.general.mysql_variables
- module: community.general.mysql_user
- module: community.general.mysql_replication
- name: MySQL command-line client reference
description: Complete reference of the MySQL command-line client documentation.
link: https://dev.mysql.com/doc/refman/8.0/en/mysql.html

View File

@@ -49,10 +49,10 @@ notes:
To avoid this, use I(exclude_fields=db_size).
seealso:
- module: mysql_variables
- module: mysql_db
- module: mysql_user
- module: mysql_replication
- module: community.general.mysql_variables
- module: community.general.mysql_db
- module: community.general.mysql_user
- module: community.general.mysql_replication
author:
- Andrew Klychkov (@Andersson007)

View File

@@ -154,7 +154,7 @@ extends_documentation_fragment:
seealso:
- module: mysql_info
- module: community.general.mysql_info
- name: MySQL replication reference
description: Complete reference of the MySQL replication documentation.
link: https://dev.mysql.com/doc/refman/8.0/en/replication.html

View File

@@ -118,7 +118,7 @@ notes:
- Currently, there is only support for the `mysql_native_password` encrypted password hash module.
seealso:
- module: mysql_info
- module: community.general.mysql_info
- name: MySQL access control and account management reference
description: Complete reference of the MySQL access control and account management documentation.
link: https://dev.mysql.com/doc/refman/8.0/en/access-control.html

View File

@@ -45,7 +45,7 @@ options:
version_added: '0.2.0'
seealso:
- module: mysql_info
- module: community.general.mysql_info
- name: MySQL SET command reference
description: Complete reference of the MySQL SET command documentation.
link: https://dev.mysql.com/doc/refman/8.0/en/set-statement.html