From faab501326a25452c141c81fef76f8f34aa59fb0 Mon Sep 17 00:00:00 2001 From: Michael S Date: Thu, 25 Feb 2021 15:16:44 +0000 Subject: [PATCH] Update README.md - Update ext. documentation links (#102) --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3ca1b0f..13786c0 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ ## Included content - **Modules**: - - [mysql_db](https://docs.ansible.com/ansible/latest/modules/mysql_db_module.html) - - [mysql_info](https://docs.ansible.com/ansible/latest/modules/mysql_info_module.html) - - [mysql_query](https://docs.ansible.com/ansible/latest/modules/mysql_query_module.html) - - [mysql_replication](https://docs.ansible.com/ansible/latest/modules/mysql_replication_module.html) - - [mysql_user](https://docs.ansible.com/ansible/latest/modules/mysql_user_module.html) - - [mysql_variables](https://docs.ansible.com/ansible/latest/modules/mysql_variables_module.html) + - [mysql_db](https://docs.ansible.com/ansible/latest/collections/community/mysql/mysql_db_module.html) + - [mysql_info](https://docs.ansible.com/ansible/latest/collections/community/mysql/mysql_info_module.html) + - [mysql_query](https://docs.ansible.com/ansible/latest/collections/community/mysql/mysql_query_module.html) + - [mysql_replication](https://docs.ansible.com/ansible/latest/collections/community/mysql/mysql_replication_module.html) + - [mysql_user](https://docs.ansible.com/ansible/latest/collections/community/mysql/mysql_user_module.html) + - [mysql_variables](https://docs.ansible.com/ansible/latest/collections/community/mysql/mysql_variables_module.html) ## Tested with Ansible