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-pool.git
The following commit(s) were added to refs/heads/master by this push: new 04ce166 Fix the site's source repository link. 04ce166 is described below commit 04ce1667cbd81241bb21061544063757bf2db451 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sat Jul 20 20:46:28 2019 -0400 Fix the site's source repository link. --- src/site/site.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/site.xml b/src/site/site.xml index e0acd24..5212dad 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -46,7 +46,7 @@ <menu name="Development"> <item name="Mailing Lists" href="/mail-lists.html"/> <item name="Issue Tracking" href="/issue-tracking.html"/> - <item name="Source Repository" href="/source-repository.html"/> + <item name="Source Repository" href="/scm.html"/> <item name="Javadoc latest" href="apidocs/index.html"/> </menu> </body>