This is an automated email from the ASF dual-hosted git repository.
kwin 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 dbc3b46e3f Fix links to Settings Descriptor Reference
dbc3b46e3f is described below
commit dbc3b46e3f529259bc2fd6907c277b08baa95495
Author: Konrad Windszus <[email protected]>
AuthorDate: Sun Feb 9 15:26:20 2025 +0100
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 93388edb8e..1aed2a9b5d 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, <<<ToAPiV3()>>> and <<<ToApiV4()>>> transformers, and <<<v4>>>
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}}.