Prepare for the next release candidate
diff --git a/src/site/site.xml b/src/site/site.xml
index fc1633e..6fefcea 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -24,11 +24,12 @@
 
     <body>
         <menu name="Text">
-            <item name="Overview"                 href="/index.html"/>
-            <item name="Download"                 href="/download_text.cgi"/>
-            <item name="User Guide"               href="/userguide.html" />
-            <item name="Release History"          href="/changes-report.html"/>
-            <item name="Javadoc (Latest release)" href="javadocs/api-release/index.html"/>
+            <item name="Overview"             href="/index.html"/>
+            <item name="Download"             href="/download_text.cgi"/>
+            <item name="User Guide"           href="/userguide.html" />
+            <item name="Release History"      href="/changes-report.html"/>
+            <item name="Javadoc"              href="/apidocs/index.html"/>
+            <item name="Javadoc Archive"      href="https://javadoc.io/doc/org.apache.commons/commons-text"/>
         </menu>
 
         <menu name="Development">
@@ -37,7 +38,6 @@
             <item name="Proposal"             href="/proposal.html"/>
             <item name="Developer Guide"      href="/developerguide.html"/>
             <item name="Source Repository"    href="/scm.html"/>
-            <item name="Javadoc (latest)"     href="apidocs/index.html"/>
         </menu>
 
     </body>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index da0720b..649e07b 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -42,17 +42,10 @@
 </section>
 <!-- ================================================== -->
 <section name="Release Information">
-<p>The latest stable release of Text is 1.9.</p>
-<p>Download it from <a href="https://commons.apache.org/proper/commons-text/download_text.cgi">here</a>.</p>
 <p>
-Alternatively you can pull it from the central Maven repositories:
-<pre>
-&lt;dependency&gt;
-   &lt;groupId&gt;org.apache.commons&lt;/groupId&gt;
-   &lt;artifactId&gt;commons-text&lt;/artifactId&gt;
-   &lt;version&gt;1.9&lt;/version&gt;
-&lt;/dependency&gt;
-</pre>
+  Download the latest release from dependency-info.html</p>
+<p>
+  Alternatively, you can use a <a href="dependency-info.html">build tool dependency</a>.
 </p>
 
  <p>