diff --git a/README.md b/README.md
index 04d59c9e3da33b9c67419e11e07ddfb2a2208f3a..424f30bba2147d12728701ea78206b2654285db1 100644
--- a/README.md
+++ b/README.md
@@ -94,8 +94,8 @@ Another solution is to use the Docker Compose files we provide.
 
 #### For MySQL
 
--	`wget https://raw.githubusercontent.com/xwiki-contrib/docker-xwiki/master/8/mysql-tomcat/mysql/xwiki.cnf`: This will download the MySQL configuration (UTF8, etc)
-	-	If you don't have `wget` or prefer to use `curl`: `curl -fSL https://raw.githubusercontent.com/xwiki-contrib/docker-xwiki/master/8/mysql-tomcat/mysql/xwiki.cnf -o xwiki.cnf`
+-	`wget https://raw.githubusercontent.com/xwiki-contrib/docker-xwiki/master/10/mysql-tomcat/mysql/xwiki.cnf`: This will download the MySQL configuration (UTF8, etc)
+	-	If you don't have `wget` or prefer to use `curl`: `curl -fSL https://raw.githubusercontent.com/xwiki-contrib/docker-xwiki/master/10/mysql-tomcat/mysql/xwiki.cnf -o xwiki.cnf`
 -	`wget -O docker-compose.yml https://raw.githubusercontent.com/xwiki-contrib/docker-xwiki/master/docker-compose-mysql.yml`
 	-	If you don't have `wget` or prefer to use `curl`: `curl -fSL https://raw.githubusercontent.com/xwiki-contrib/docker-xwiki/master/docker-compose-mysql.yml -o docker-compose.yml`
 -	You can edit the compose file retrieved to change the default username/password and other environment variables.