This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push:
new 9eede6f8f Fix Maven site `GIT repository` link (#484)
9eede6f8f is described below
commit 9eede6f8ffcbae0903c8c7991dbc47e4a09c2de1
Author: Jack Green <[email protected]>
AuthorDate: Wed Feb 21 15:18:26 2024 +0000
Fix Maven site `GIT repository` link (#484)
The [Maven site
documentation](https://commons.apache.org/proper/commons-compress/) provides [a
link to the Git repository which does not
work](https://gitbox.apache.org/repos/asf?p=commons-compress.git;a=tree).
This PR [updates the link to something that
works](https://gitbox.apache.org/repos/asf?p=commons-compress.git), as already
declared under `project/scm/url` in `pom.xml`.
---
src/site/xdoc/index.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index ce772d870..5c480e5fc 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -107,7 +107,7 @@
problems</a> page lists the currently known problems
grouped by the format they apply to.</li>
<li>The <a href="apidocs/index.html">Javadoc</a> of the latest
GIT</li>
- <li>The <a
href="https://gitbox.apache.org/repos/asf?p=commons-compress.git;a=tree">GIT
+ <li>The <a
href="https://gitbox.apache.org/repos/asf?p=commons-compress.git">GIT
repository</a> can be browsed.</li>
</ul>
</section>