From 39121143a0a5338cd642356d31d6f170067ffff3 Mon Sep 17 00:00:00 2001
From: Simon Urli <simon.urli@xwiki.com>
Date: Fri, 19 Jul 2019 09:36:51 +0200
Subject: [PATCH] Update README.md

Fix broken link
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 40819ac..665b25f 100644
--- a/README.md
+++ b/README.md
@@ -588,7 +588,7 @@ MySQL:
 		```
 
 - Execute the Gradle build (run `./gradlew`) to generate the various Dockerfiles and other resources for all image tags
-- [Test](#testing-docker-container) the docker container
+- [Test](#testing-docker-images) the docker container
 - If all is ok commit, push and close the jira issue created above
 - Note down the SHA1 of the last commit and [update the official library file](https://github.com/docker-library/official-images/blob/master/library/xwiki) with it by creating a Pull Request (you can edit directly on the GitHub web page and create a Pull Request).
 - Make sure to update this file if the documentation needs to be updated.
-- 
GitLab