[COLLECTIONS-689] Link to Javadoc API broken.
This commit is contained in:
parent
734f7f3dbd
commit
80238cd1c0
|
@ -24,6 +24,9 @@
|
||||||
<action issue="COLLECTIONS-688" dev="ggregory" type="update">
|
<action issue="COLLECTIONS-688" dev="ggregory" type="update">
|
||||||
Update platform requirement from Java 7 to 8.
|
Update platform requirement from Java 7 to 8.
|
||||||
</action>
|
</action>
|
||||||
|
<action issue="COLLECTIONS-689" dev="ggregory" type="update" due-to="Richard Walker">
|
||||||
|
Link to Javadoc API broken.
|
||||||
|
</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="4.2" date="2018-07-11" description="Update from Java 6 to Java 7, bug fixes, and small changes.">
|
<release version="4.2" date="2018-07-11" description="Update from Java 6 to Java 7, bug fixes, and small changes.">
|
||||||
<action issue="COLLECTIONS-681" dev="kinow" type="add" due-to="Stephan Fuhrmann">
|
<action issue="COLLECTIONS-681" dev="kinow" type="add" due-to="Stephan Fuhrmann">
|
||||||
|
|
|
@ -57,10 +57,10 @@ as are various <a href="project-reports.html">project reports</a>.
|
||||||
The Javadoc API documents are available online:
|
The Javadoc API documents are available online:
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>The <a href="javadocs/api-release/index.html">current release 4.2</a></li>
|
<li>The <a href="javadocs/api-4.2/index.html">current release 4.2</a></li>
|
||||||
<li>The latest 3.x release - <a href="javadocs/api-3.2.2/index.html">version 3.2.2</a></li>
|
<li>The latest 3.x release - <a href="javadocs/api-3.2.2/index.html">version 3.2.2</a></li>
|
||||||
<li>The latest 2.x release - <a href="javadocs/api-2.1.1/index.html">version 2.1.1</a></li>
|
<li>The latest 2.x release - <a href="javadocs/api-2.1.1/index.html">version 2.1.1</a></li>
|
||||||
<li>The <a href="apidocs/index.html">latest SVN</a></li>
|
<li>The <a href="apidocs/index.html">latest from repository sources</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
The <a href="source-repository.html">git repository</a> can be
|
The <a href="source-repository.html">git repository</a> can be
|
||||||
|
|
Loading…
Reference in New Issue