This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-reporting-exec.git
commit 8afac172d2e79c57ebbb1d0f625ec195894ecf05 Author: Michael Osipov <[email protected]> AuthorDate: Sun Apr 17 23:04:53 2022 +0200 Improve site.xml --- 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 699f845..f30aab5 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -25,7 +25,7 @@ under the License. <body> <menu name="Overview"> <item name="Introduction" href="index.html"/> - <item name="JavaDocs" href="apidocs/index.html"/> + <item name="Javadoc" href="apidocs/index.html"/> <item name="Source Xref" href="xref/index.html"/> <!--item name="FAQ" href="faq.html"/--> <!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->
