You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/09/29 16:55:36 UTC

[commons-net] 02/02: Fix Javadoc link and add link to archive.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-net.git

commit be4580df97c3579bb4eba1a5652a2c5ba5cdd62c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Sep 29 12:54:32 2020 -0400

    Fix Javadoc link and add link to archive.
---
 src/site/site.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 28c1cef..fb731f9 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -30,7 +30,8 @@
       <item name="Migration How-to"            href="migration.html"/>
       <item name="FAQ"                         href="faq.html"/>
       <item name="Download"                    href="/download_net.cgi"/>
-      <item name="Javadoc 3.7 (Java 1.7)"      href="/javadocs/api-3.7/index.html"/>
+      <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"/>