This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push: new 901b6f70d [LANG-1766] Website has outdated Javadoc link 901b6f70d is described below commit 901b6f70d985e45016e36db83f3051ecc72e8313 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Mar 21 10:02:28 2025 -0400 [LANG-1766] Website has outdated Javadoc link --- src/site/xdoc/index.xml | 7 ++++--- src/site/xdoc/userguide.xml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index b82c200fd..d8f53029a 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -46,15 +46,16 @@ allowing Commons Lang 3 to be used at the same time as Commons Lang 2. <!-- ================================================== --> <section name="Documentation"> <p> -The package descriptions in the <a href="javadocs/api-release/index.html">Javadoc</a> give an overview of the available features +The package descriptions in the <a href="apidocs/index.html">Javadoc</a> give an overview of the available features and various <a href="project-reports.html">project reports</a> are provided. </p> <p> The Javadoc API documents are available online: </p> <ul> -<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>The <a href="apidocs/index.html">current release</a> [Java 8 and up]</li> +<li>The <a href="https://javadoc.io/doc/org.apache.commons/commons-lang3">legacy releases for 3.x</a></li> +<li>The <a href="https://javadoc.io/doc/commons-lang/commons-lang">legacy releases for 2.x</a> [Java 1.2 and up]</li> <li>Older releases - see the <a href="changes.html">Release History</a> page</li> </ul> <p> diff --git a/src/site/xdoc/userguide.xml b/src/site/xdoc/userguide.xml index a7cb7cd1b..1af407c89 100644 --- a/src/site/xdoc/userguide.xml +++ b/src/site/xdoc/userguide.xml @@ -28,7 +28,7 @@ limitations under the License. <section name='User guide for Commons "Lang"'> <p> - The User Guide has moved to the package <a href="javadocs/api-release/index.html">Javadoc</a>. + The User Guide has moved to the package <a href="apidocs/org/apache/commons/lang3/package-summary.html">Javadoc</a>. </p> </section>