Skip to content

Commit 2fb15ae

Browse files
committed
Fix some site links to Javadocs.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1554866 13f79535-47bb-0310-9956-ffa450edef68
1 parent 6211631 commit 2fb15ae

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/site/xdoc/index.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,13 @@ An overview of the functionality is provided in the
6868
Various <a href="project-reports.html">project reports</a> are also available.
6969
</p>
7070
<p>
71-
The JavaDoc API documents are available online:
71+
The Javadoc API documents are available online:
7272
</p>
7373
<ul>
74-
<li>The <a href="api-release/index.html">current release</a></li>
75-
<!--li>The <a href="api-1.1/index.html">previous version 1.1</a></li-->
76-
<li>The <a href="apidocs/index.html">latest SVN</a></li>
74+
<li><a href="apidocs/index.html">Javadoc trunk</a></li>
75+
<li><a href="archives/1.9/apidocs/index.html">Javadoc 1.9</a></li>
76+
<li><a href="archives/1.8/apidocs/index.html">Javadoc 1.8</a></li>
77+
<li><a href="archives/1.7/apidocs/index.html">Javadoc 1.7</a></li>
7778
</ul>
7879
<p>
7980
The <a href="source-repository.html">subversion repository</a> can be

0 commit comments

Comments
 (0)