You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by st...@apache.org on 2016/09/15 01:42:58 UTC

svn commit: r1760819 - in /commons/proper/bcel/trunk/src/site: site.xml xdoc/index.xml

Author: stain
Date: Thu Sep 15 01:42:58 2016
New Revision: 1760819

URL: http://svn.apache.org/viewvc?rev=1760819&view=rev
Log:
Correct download and apidocs links

Modified:
    commons/proper/bcel/trunk/src/site/site.xml
    commons/proper/bcel/trunk/src/site/xdoc/index.xml

Modified: commons/proper/bcel/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/site/site.xml?rev=1760819&r1=1760818&r2=1760819&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/site/site.xml (original)
+++ commons/proper/bcel/trunk/src/site/site.xml Thu Sep 15 01:42:58 2016
@@ -32,7 +32,7 @@
     <menu name="BCEL">
       <item name="About" href="index.html"/>
       <item name="News" href="news.html"/>
-      <item name="Download" href="http://commons.apache.org/bcel/download_bcel.cgi"/>
+      <item name="Download" href="https://commons.apache.org/proper/commons-bcel/download_bcel.cgi"/>
       <item name="Manual" href="manual/manual.html">
         <item name="Introduction" href="manual/introduction.html"/>
         <item name="The JVM" href="manual/jvm.html"/>
@@ -42,8 +42,7 @@
       </item>
       <item name="FAQ" href="faq.html"/>
       <item name="Used by" href="projects.html"/>
-      <item name="Javadoc (Latest release)" href="javadocs/api-release/index.html"/>
-      <item name="Javadoc (SVN latest)" href="apidocs/index.html"/>
+      <item name="Javadoc (Latest release)" href="apidocs/index.html"/>
     </menu>
 
   </body>

Modified: commons/proper/bcel/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/site/xdoc/index.xml?rev=1760819&r1=1760818&r2=1760819&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/bcel/trunk/src/site/xdoc/index.xml Thu Sep 15 01:42:58 2016
@@ -68,8 +68,7 @@
         The JavaDoc API documents are available online:
       </p>
       <ul>
-        <li>The <a href="apidocs/index.html">latest JavaDocs from SVN</a> [Java 7.0+]</li>
-        <li>The <a href="javadocs/api-6.0/index.html">current stable release 6.0</a></li>
+        <li>The <a href="apidocs/index.html">current stable release</a></li>
       </ul>
       <p>
         The <a href="source-repository.html">svn repository</a> can be
@@ -80,8 +79,8 @@
     <section name="Release Information">
       <p>The latest stable release of BCEL is 6.0. You may: </p>
       <ul>
-        <li>Download <a href="http://commons.apache.org/lang/download_bcel.cgi">6.0</a></li>
-        <li>Read the <a href="release-notes/RELEASE-NOTES-6.0.txt">6.0 release notes</a></li>
+        <li>Download <a href="https://commons.apache.org/proper/commons-bcel/download_bcel.cgi">6.0</a></li>
+	<li>Read the <a href="https://www.apache.org/dist/commons/bcel/RELEASE-NOTES.txt">6.0 release notes</a></li>
         <li>Inspect the <a href="bcel5-bcel6-clirr-report.html">extended Clirr report</a> comparing 5.2 with 6.0</li>
       </ul>
       <p>