Commit 33c2223
authored
Fix broken reference links in site.xml for Maven 4.x (#11617)
The Reference menu links were using incorrect paths (impl/ and compat/)
instead of the deployed site structure (maven-impl-modules/ and
maven-compat-modules/), causing 404 errors on the production site.
Fixed URLs:
- Lifecycles: ./maven-impl-modules/maven-core/lifecycles.html
- Plugin Bindings: ./maven-impl-modules/maven-core/default-bindings.html
- Artifact Handlers: ./maven-impl-modules/maven-core/artifact-handlers.html
- CLI options: ./maven-compat-modules/maven-embedder/cli.html
- Super POM: ./maven-compat-modules/maven-model-builder/super-pom.html1 parent f97bac3 commit 33c2223
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments