From 7b236eb56c22153c6f220b8012ca6ecb553c3edb Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Mon, 7 Mar 2022 21:34:03 +0100 Subject: [PATCH] Fixed the URI-path for the documentation --- src/site/site.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/site.xml b/src/site/site.xml index 51950a0..5586fd4 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -23,7 +23,7 @@ - /maven-thymeleaf-skin/ + /projects/maven-thymeleaf-skin/ "/index.html","/projects.html" th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}" -- 2.20.1