From a5678d5ef8570e5883f864c49f1859ca9494bcd1 Mon Sep 17 00:00:00 2001 From: Vincent Massol <vincent@massol.net> Date: Mon, 29 Apr 2019 13:46:00 +0200 Subject: [PATCH] [Misc] Fix URL --- template/xwiki/hibernate.cfg.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/xwiki/hibernate.cfg.xml b/template/xwiki/hibernate.cfg.xml index 2ed09fe..7ed2e10 100644 --- a/template/xwiki/hibernate.cfg.xml +++ b/template/xwiki/hibernate.cfg.xml @@ -27,7 +27,7 @@ <session-factory> <!-- Please refer to the installation guide on - https://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation for configuring your + https://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/Installation/ for configuring your database. You'll need to do 2 things: 1) Copy your database driver JAR in WEB-INF/lib or in some shared lib directory 2) Uncomment the properties below for your specific DB (and comment the default -- GitLab