From 860102865dc0e337533ee3d9d18c5e31b67afd19 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Mon, 15 Jun 2026 18:25:57 +0000 Subject: [PATCH] Fix 404 for generated-doc links in project-reports content apidocs/ and testapidocs/ trailing-slash URLs 404 without server-side directory-index; changed to explicit /index.html in the body links. Co-Authored-By: Claude Sonnet 4.6 --- .../hibernate-maven-plugin/2.1.1/project-reports/_index.html | 4 ++-- .../2.1.2-SNAPSHOT/project-reports/_index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/content/projects/hibernate-maven-plugin/2.1.1/project-reports/_index.html b/src/content/projects/hibernate-maven-plugin/2.1.1/project-reports/_index.html index 35290517..cf617359 100644 --- a/src/content/projects/hibernate-maven-plugin/2.1.1/project-reports/_index.html +++ b/src/content/projects/hibernate-maven-plugin/2.1.1/project-reports/_index.html @@ -17,9 +17,9 @@ generated by Maven.Overview - + - + diff --git a/src/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports/_index.html b/src/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports/_index.html index ba8a8362..e45e483e 100644 --- a/src/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports/_index.html +++ b/src/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports/_index.html @@ -18,9 +18,9 @@ generated by Maven.Overview
DocumentDescription
JavaDocs
JavaDocs This document contains the JavaDoc API documentation.
Test JavaDocs
Test JavaDocs This document contains the test JavaDoc API documentation.
Plugin Documentation This document lists the plugins goals and their parameters.
- + - + -- 2.39.5
DocumentDescription
JavaDocs
JavaDocs This document contains the JavaDoc API documentation.
Test JavaDocs
Test JavaDocs This document contains the test JavaDoc API documentation.
Plugin Documentation This document lists the plugins goals and their parameters.