This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push:
new 60bc6e46b8 fix doc cross references
60bc6e46b8 is described below
commit 60bc6e46b8c52c3aaab11ddd473df971243bdfdb
Author: Hervé Boutemy <[email protected]>
AuthorDate: Tue Jun 16 16:57:10 2026 +0200
fix doc cross references
---
impl/maven-core/src/site/apt/index.apt | 4 ++--
src/site/site.xml | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/impl/maven-core/src/site/apt/index.apt
b/impl/maven-core/src/site/apt/index.apt
index 7988dccc34..cb5e357038 100644
--- a/impl/maven-core/src/site/apt/index.apt
+++ b/impl/maven-core/src/site/apt/index.apt
@@ -31,7 +31,7 @@ Maven Core
* {{{./lifecycles.html}lifecycles}} and {{{./default-bindings.html}plugin
bindings to <<<default>>> lifecycle}},
- * {{{./artifact-handlers.html}default artifact handlers}}, to manage
{{{../maven-model/maven.html#class_dependency}dependency types}},
+ * {{{./artifact-handlers.html}default artifact handlers}}, to manage
{{{../../api/maven-api-model/maven.html#class_dependency}dependency types}},
* {{{./extension.html}extension descriptor}} and
{{{./core-extensions.html}core extensions}},
@@ -81,7 +81,7 @@ Maven Core
* Toolchains
- * {{{./toolchains.html}Toolchains descriptor reference}},
+ * {{{../../api/maven-api-toolchain/toolchains.html}Toolchains descriptor
reference}},
* public API for toolchains-aware plugins: <<<ToolchainManager>>> component
({{{./apidocs/org/apache/maven/toolchain/ToolchainManager.html}javadoc}})
with its <<<DefaultToolchainManager>>> implementation
({{{./xref/org/apache/maven/toolchain/DefaultToolchainManager.html}source}}),
diff --git a/src/site/site.xml b/src/site/site.xml
index 268cf7deee..15ecef9d26 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -53,11 +53,11 @@ under the License.
</menu>
<menu inherit="bottom" name="Reference">
- <item name="Lifecycles"
href="./maven-impl-modules/maven-core/lifecycles.html"/>
- <item name="Plugin Bindings to Default Lifecycle"
href="./maven-impl-modules/maven-core/default-bindings.html"/>
- <item name="Artifact Handlers"
href="./maven-impl-modules/maven-core/artifact-handlers.html"/>
- <item name="CLI options"
href="./maven-compat-modules/maven-embedder/cli.html"/>
- <item name="Super POM"
href="./maven-compat-modules/maven-model-builder/super-pom.html"/>
+ <item name="Lifecycles" href="./impl/maven-core/lifecycles.html"/>
+ <item name="Plugin Bindings to Default Lifecycle"
href="./impl/maven-core/default-bindings.html"/>
+ <item name="Artifact Handlers"
href="./impl/maven-core/artifact-handlers.html"/>
+ <item name="CLI options" href="./compat/maven-embedder/cli.html"/>
+ <item name="Super POM"
href="./compat/maven-model-builder/super-pom.html"/>
</menu>
<menu inherit="bottom" name="Development">