This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch doc-crossrefs in repository https://gitbox.apache.org/repos/asf/maven.git
commit e56a1f09f838f22e40a4b20044712455b026d627 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">
