This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch maven-4.0.x
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-4.0.x by this push:
new 61b7c60e42 fix doc cross references
61b7c60e42 is described below
commit 61b7c60e4211f024564ff89964dac825afb3146e
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}}),