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-site.git
The following commit(s) were added to refs/heads/master by this push:
new 075aa748 Fix link to central repository
075aa748 is described below
commit 075aa7487e3625fffb09e1975d048e471f7b8518
Author: Konrad Windszus <[email protected]>
AuthorDate: Tue Jun 23 20:38:30 2026 +0200
Fix link to central repository
---
content/markdown/pom.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/markdown/pom.md b/content/markdown/pom.md
index 2d9c5cac..94d5df91 100644
--- a/content/markdown/pom.md
+++ b/content/markdown/pom.md
@@ -1701,7 +1701,7 @@ does not exist in the local repository, it will then
attempt to download from a
The repository elements within a POM specify those alternate repositories to
search.
The repository is one of the most powerful features of the Maven community. By
default, Maven searches
-the central repository at [https://repo.maven.apache.org/maven2/]. Additional
repositories can be
+the central repository at <https://repo.maven.apache.org/maven2/>. Additional
repositories can be
configured in the pom.xml `repositories` element.
```xml