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-release-plugin.git
commit e73a823430a0dd5f35708094415d2430ea9557d9 Author: Gary Gregory <[email protected]> AuthorDate: Sat Apr 2 15:23:32 2022 -0400 Fix link to download page. --- 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 e4554ab..c849e78 100755 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -24,7 +24,7 @@ <body> <menu name="Release Plugin"> <item name="Overview" href="/index.html" /> - <item name="Download" href="/download_commons-release-plugin.cgi"/> + <item name="Download" href="/download_release-plugin.cgi"/> <item name="Release History" href="/changes-report.html"/> <item name="Plugin Documentation" href="/plugin-info.html" /> <item name="Javadoc (Latest release)" href="javadocs/api-release/index.html"/>
