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-net.git
The following commit(s) were added to refs/heads/master by this push: new 47eb562 Use a generic menu item instead of repository specific. 47eb562 is described below commit 47eb562644580eed9389345be8d9c5df7db597e9 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Feb 6 11:54:02 2021 -0500 Use a generic menu item instead of repository specific. --- src/site/site.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/site/site.xml b/src/site/site.xml index fb731f9..5affdcd 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -26,18 +26,18 @@ <body> <menu name="Documentation"> - <item name="Overview" href="index.html"/> - <item name="Migration How-to" href="migration.html"/> - <item name="FAQ" href="faq.html"/> - <item name="Download" href="/download_net.cgi"/> - <item name="Javadoc" href="/apidocs/index.html"/> - <item name="Javadoc Archive" href="https://javadoc.io/doc/commons-net/commons-net/latest/index.html"/> + <item name="Overview" href="index.html"/> + <item name="Migration How-to" href="migration.html"/> + <item name="FAQ" href="faq.html"/> + <item name="Download" href="/download_net.cgi"/> + <item name="Javadoc" href="/apidocs/index.html"/> + <item name="Javadoc Archive" href="https://javadoc.io/doc/commons-net/commons-net/latest/index.html"/> </menu> <menu name="Development"> - <item name="Coding Specifications" href="code-standards.html"/> - <item name="Mailing lists" href="mail-lists.html"/> - <item name="Issue Tracking" href="issue-tracking.html"/> - <item name="SVN repository" href="scm.html"/> + <item name="Coding Specifications" href="code-standards.html"/> + <item name="Mailing lists" href="mail-lists.html"/> + <item name="Issue Tracking" href="issue-tracking.html"/> + <item name="Repository" href="scm.html"/> </menu> </body>