This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch doc-crossrefs-4.0.x in repository https://gitbox.apache.org/repos/asf/maven.git
commit 5a7b32a5851dcaee175ffed9d796b5e011238386 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 ++-- 1 file changed, 2 insertions(+), 2 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}}),
