This is an automated email from the ASF dual-hosted git repository.
slawekjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-toolchains-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 2b084b1 Fix Maven site See Also links
2b084b1 is described below
commit 2b084b1b0fc4738d4e51f32becc4fe3c4398145e
Author: euiwpoi <[email protected]>
AuthorDate: Tue May 19 22:34:30 2026 +0800
Fix Maven site See Also links
---
src/site/site.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/site/site.xml b/src/site/site.xml
index 920fb02..c7c2efe 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -42,8 +42,8 @@ under the License.
<item name="Download" href="download.html"/>
</menu>
<menu name="See Also">
- <item name="Guide to Using Toolchains"
href="/guides/mini/guide-using-toolchains.html"/>
- <item name="Toolchains Descriptor"
href="/ref/current/maven-core/toolchains.html"/>
+ <item name="Guide to Using Toolchains"
href="../../guides/mini/guide-using-toolchains.html"/>
+ <item name="Toolchains Descriptor"
href="../../ref/current/maven-core/toolchains.html"/>
</menu>
</body>
</project>