]> juplo.de Git - website/commitdiff
Fix 404 for generated-doc links in project-reports content
authorKai Moritz <kai.milan.moritz@googlemail.com>
Mon, 15 Jun 2026 18:25:57 +0000 (18:25 +0000)
committerKai Moritz <kai.milan.moritz@googlemail.com>
Mon, 15 Jun 2026 18:25:57 +0000 (18:25 +0000)
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 <noreply@anthropic.com>
src/content/projects/hibernate-maven-plugin/2.1.1/project-reports/_index.html
src/content/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/project-reports/_index.html

index 352905176df9943179f533c5e9553a810f766bf4..cf617359b256b9d483854f1770748da0f582a7d6 100644 (file)
@@ -17,9 +17,9 @@ generated by <a class="externalLink" href="http://maven.apache.org">Maven</a>.</
 <h3>Overview</h3>
 <table border="0" class="bodyTable">
 <tr class="a"><th>Document</th><th>Description</th></tr>
-<tr class="b"><td><a href="/projects/hibernate-maven-plugin/2.1.1/apidocs/">JavaDocs</a></td>
+<tr class="b"><td><a href="/projects/hibernate-maven-plugin/2.1.1/apidocs/index.html">JavaDocs</a></td>
 <td>This document contains the JavaDoc API documentation.</td></tr>
-<tr class="a"><td><a href="/projects/hibernate-maven-plugin/2.1.1/testapidocs/">Test JavaDocs</a></td>
+<tr class="a"><td><a href="/projects/hibernate-maven-plugin/2.1.1/testapidocs/index.html">Test JavaDocs</a></td>
 <td>This document contains the test JavaDoc API documentation.</td></tr>
 <tr class="b"><td><a href="plugin-info.html">Plugin Documentation</a></td>
 <td>This document lists the plugins goals and their parameters.</td></tr>
index ba8a8362c597534b731d97a6b9a56adc4e55da25..e45e483e900aa3625b190a616d0dd25ceab4474e 100644 (file)
@@ -18,9 +18,9 @@ generated by <a class="externalLink" href="http://maven.apache.org">Maven</a>.</
 <h3>Overview</h3>
 <table border="0" class="bodyTable">
 <tr class="a"><th>Document</th><th>Description</th></tr>
-<tr class="b"><td><a href="/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/">JavaDocs</a></td>
+<tr class="b"><td><a href="/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/apidocs/index.html">JavaDocs</a></td>
 <td>This document contains the JavaDoc API documentation.</td></tr>
-<tr class="a"><td><a href="/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/">Test JavaDocs</a></td>
+<tr class="a"><td><a href="/projects/hibernate-maven-plugin/2.1.2-SNAPSHOT/testapidocs/index.html">Test JavaDocs</a></td>
 <td>This document contains the test JavaDoc API documentation.</td></tr>
 <tr class="b"><td><a href="plugin-info.html">Plugin Documentation</a></td>
 <td>This document lists the plugins goals and their parameters.</td></tr>