From 240485f28e674dd7ca80b08147561a25096698c9 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Tue, 22 Dec 2020 14:41:29 +0100 Subject: [PATCH] Docs update --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index b7700294..b77af840 100644 --- a/docs/index.md +++ b/docs/index.md @@ -20,7 +20,7 @@ Whether you deploy using Docker or Wildfly (or another JEE server), the context You need the Make sure you're located in the parent folder of the VIPSLogic project. You need these resource files/folders in your current folder: * standalone.xml (see below) -* VIPSCommon/ (can be cloned [from here](https://gitlab.nibio.no/VIPS/VIPSCommon)) +* VIPSCommon/ (can be cloned [from here](https://gitlab.nibio.no/VIPS/VIPSCommon)) - built with `mvn install` Run -- GitLab