aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStian Soiland-Reyes <stain@apache.org>2016-09-15 01:42:58 +0000
committerStian Soiland-Reyes <stain@apache.org>2016-09-15 01:42:58 +0000
commit165518ac82555661207efca4e23b9f349c0d2fd4 (patch)
tree1ca414d35826f9650c896759cbe8829fce58156c /src
parentc0e6c1e8460a8f88b2adfeb808a32d16365aa866 (diff)
downloadapache-commons-bcel-165518ac82555661207efca4e23b9f349c0d2fd4.tar.gz
Correct download and apidocs links
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1760819 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/site/site.xml5
-rw-r--r--src/site/xdoc/index.xml7
2 files changed, 5 insertions, 7 deletions
diff --git a/src/site/site.xml b/src/site/site.xml
index 47a25e1f..7ca7e864 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -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>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 6028081c..e82bc081 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -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>