From 9b9063baad3861ba4bb5c50e8fcb70b45e431ab8 Mon Sep 17 00:00:00 2001 From: Konrad Windszus Date: Sun, 9 Feb 2025 15:26:20 +0100 Subject: [PATCH] Fix links to Settings Descriptor Reference Adjust link for Maven 4 Password Encryption --- compat/maven-settings/src/site/apt/index.apt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compat/maven-settings/src/site/apt/index.apt b/compat/maven-settings/src/site/apt/index.apt index 93388edb8e15..1aed2a9b5d2a 100644 --- a/compat/maven-settings/src/site/apt/index.apt +++ b/compat/maven-settings/src/site/apt/index.apt @@ -34,9 +34,9 @@ Maven Settings Model * {{{./apidocs/index.html}Java sources}} with Reader and Writers for the Xpp3 XML parser, <<>> and <<>> transformers, and <<>> package for Merger and v4 Reader and Writers for the Xpp3 XML parser, - * A {{{./settings.html}Descriptor Reference}} + * A {{{../../api/maven-api-settings/settings.html}Descriptor Reference}} - * An {{{https://maven.apache.org/xsd/settings-1.2.0.xsd}XSD}} + * An {{{https://maven.apache.org/xsd/settings-2.0.0-rc-2.xsd}XSD}} * See Also User Documentation @@ -46,6 +46,6 @@ Maven Settings Model * {{{https://maven.apache.org/guides/mini/guide-deployment-security-settings.html} Security and Deployment Settings}}, - * {{{https://maven.apache.org/guides/mini/guide-encryption.html} Password Encryption}}, + * {{{https://maven.apache.org/guides/mini/guide-encryption-4.html} Password Encryption}}, * {{{https://maven.apache.org/guides/mini/guide-proxies.html} Configuring a proxy}}.