From 36d3d4d678ce48c442e49255eab888ecbddadc9a Mon Sep 17 00:00:00 2001 From: Samuel Alfageme Sainz Date: Mon, 22 Sep 2025 23:56:15 +0200 Subject: [PATCH] Fix broken links on README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e1e7fa3..9dcefdf 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ mariadb_databases: [] # replicate: true|false ``` -See: +See: ### User management @@ -230,7 +230,7 @@ mariadb_users: [] # state: present|absent ``` -See: +See: ### Replication (optional) @@ -238,7 +238,7 @@ Replication is only enabled if `mariadb_replication_role` has a value (`primary` `replica`). The replication setup on the replica use the GTID autopositioning, see - + #### Common vars