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-weaver.git
The following commit(s) were added to refs/heads/master by this push: new 3d8d4a4 Fix the site's source repository link. 3d8d4a4 is described below commit 3d8d4a4843f577d99b986ce56ac5b6dc38f20328 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sat Jul 20 20:47:13 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 74bbf0e..60c0638 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -41,7 +41,7 @@ </menu> <menu name="Development"> <item name="Team" href="/team-list.html" /> - <item name="SVN" href="/source-repository.html" /> + <item name="SVN" href="/scm.html" /> <item name="Building" href="/building.html" /> </menu> </body>