Skip to content

Commit 901b6f7

Browse files
committed
[LANG-1766] Website has outdated Javadoc link
1 parent f27b22f commit 901b6f7

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/site/xdoc/index.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,16 @@ allowing Commons Lang 3 to be used at the same time as Commons Lang 2.
4646
<!-- ================================================== -->
4747
<section name="Documentation">
4848
<p>
49-
The package descriptions in the <a href="javadocs/api-release/index.html">Javadoc</a> give an overview of the available features
49+
The package descriptions in the <a href="apidocs/index.html">Javadoc</a> give an overview of the available features
5050
and various <a href="project-reports.html">project reports</a> are provided.
5151
</p>
5252
<p>
5353
The Javadoc API documents are available online:
5454
</p>
5555
<ul>
56-
<li>The <a href="javadocs/api-release/index.html">current release</a> [Java 8 and up]</li>
57-
<li>The <a href="javadocs/api-2.6/index.html">legacy release 2.6</a> [Java 1.2 and up]</li>
56+
<li>The <a href="apidocs/index.html">current release</a> [Java 8 and up]</li>
57+
<li>The <a href="https://javadoc.io/doc/org.apache.commons/commons-lang3">legacy releases for 3.x</a></li>
58+
<li>The <a href="https://javadoc.io/doc/commons-lang/commons-lang">legacy releases for 2.x</a> [Java 1.2 and up]</li>
5859
<li>Older releases - see the <a href="changes.html">Release History</a> page</li>
5960
</ul>
6061
<p>

src/site/xdoc/userguide.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ limitations under the License.
2828

2929
<section name='User guide for Commons "Lang"'>
3030
<p>
31-
The User Guide has moved to the package <a href="javadocs/api-release/index.html">Javadoc</a>.
31+
The User Guide has moved to the package <a href="apidocs/org/apache/commons/lang3/package-summary.html">Javadoc</a>.
3232
</p>
3333
</section>
3434

0 commit comments

Comments
 (0)