Fix a Javadoc link to always point to the current release and not

mention a specific version label.
This commit is contained in:
Gary Gregory 2020-08-30 11:27:37 -04:00
parent dfec50030f
commit 2f19010c7a
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ and various <a href="project-reports.html">project reports</a> are provided.
The Javadoc API documents are available online:
</p>
<ul>
<li>The <a href="javadocs/api-3.11/index.html">current stable release 3.11</a> [Java 8 and up]</li>
<li>The <a href="javadocs/api-release/index.html">current release</a> [Java 8 and up]</li>
<li>The <a href="javadocs/api-2.6/index.html">legacy release 2.6</a> [Java 1.2 and up]</li>
<li>Older releases - see the <a href="changes-report.html">Release History</a> page</li>
</ul>