From febb97d0b5664c499d0351534a1eaf37cff2e143 Mon Sep 17 00:00:00 2001
From: Thomas Mortagne <thomas.mortagne@xwiki.com>
Date: Mon, 25 Nov 2019 15:35:46 +0100
Subject: [PATCH] Improve documentation

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

diff --git a/README.md b/README.md
index 6f25ff2..285ce6b 100644
--- a/README.md
+++ b/README.md
@@ -602,7 +602,7 @@ MySQL:
 
 ## Update Docker Images
 
-- Create a JIRA issue on the XDOCKER project with subject `Upgrade stable version to <version>`.
+- Create a JIRA issue on the [XDOCKER project](https://jira.xwiki.org/browse/XDOCKER) with subject `Upgrade stable version to <version>`.
 - Update the version of XWiki in the `build.gradle` file found in the XWiki Docker repository (clone it locally first).
 - To know how to generate the sha256, check the doc inside `build.gradle`. You need to download in advance the XWiki WAR file and run the according command in order to generate.
 	- On Linux, use the following one-liner and replace the value of the `VERSION` variable accordingly:
-- 
GitLab