You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2016/11/24 20:03:11 UTC

svn commit: r1771214 - in /poi/site: publish/download.html publish/index.html src/documentation/content/xdocs/download.xml src/documentation/content/xdocs/index.xml

Author: onealj
Date: Thu Nov 24 20:03:11 2016
New Revision: 1771214

URL: http://svn.apache.org/viewvc?rev=1771214&view=rev
Log:
fix broken links

Modified:
    poi/site/publish/download.html
    poi/site/publish/index.html
    poi/site/src/documentation/content/xdocs/download.xml
    poi/site/src/documentation/content/xdocs/index.xml

Modified: poi/site/publish/download.html
URL: http://svn.apache.org/viewvc/poi/site/publish/download.html?rev=1771214&r1=1771213&r2=1771214&view=diff
==============================================================================
--- poi/site/publish/download.html (original)
+++ poi/site/publish/download.html Thu Nov 24 20:03:11 2016
@@ -317,7 +317,7 @@ if (VERSION > 3) {
       
 <p>
         The POI source release as well as the pre-built binary deployment packages are listed below.
-        Pre-built versions of all <a href="index.html#components">POI components</a>
+        Pre-built versions of all <a href="overview.html#components">POI components</a>
         are available in the central Maven repository under Group ID "org.apache.poi" and Version
         "3.16-beta1".
       </p>
@@ -416,7 +416,7 @@ if (VERSION > 3) {
       
 <p>
         The POI source release as well as the pre-built binary deployment packages are listed below.
-        Pre-built versions of all <a href="index.html#components">POI components</a>
+        Pre-built versions of all <a href="overview.html#components">POI components</a>
         are available in the central Maven repository under Group ID "org.apache.poi" and Version
         "3.15".
       </p>

Modified: poi/site/publish/index.html
URL: http://svn.apache.org/viewvc/poi/site/publish/index.html?rev=1771214&r1=1771213&r2=1771214&view=diff
==============================================================================
--- poi/site/publish/index.html (original)
+++ poi/site/publish/index.html Thu Nov 24 20:03:11 2016
@@ -276,7 +276,7 @@ if (VERSION > 3) {
          We are also working on assembling a Gradle build to make it easier to build, test, and contribute.</p>
       
 <p>A summary of changes is available in the 
-        <a href="https://www.apache.org/dyn/closer.lua/poi/dev/RELEASE-NOTES-3.15-beta1.txt">Release Notes</a>.
+        <a href="https://www.apache.org/dyn/closer.lua/poi/dev/RELEASE-NOTES-3.16-beta1.txt">Release Notes</a>.
         A full list of changes is available in the <a href="changes.html#3.16-beta1">change log</a>. 
         People interested should also follow the <a href="mailinglists.html">dev list</a> to track progress.</p>
        

Modified: poi/site/src/documentation/content/xdocs/download.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/download.xml?rev=1771214&r1=1771213&r2=1771214&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/download.xml (original)
+++ poi/site/src/documentation/content/xdocs/download.xml Thu Nov 24 20:03:11 2016
@@ -60,7 +60,7 @@
         to track progress.</p>
       <p>
         The POI source release as well as the pre-built binary deployment packages are listed below.
-        Pre-built versions of all <link href="index.html#components">POI components</link>
+        Pre-built versions of all <link href="overview.html#components">POI components</link>
         are available in the central Maven repository under Group ID "org.apache.poi" and Version
         "3.16-beta1".
       </p>
@@ -121,7 +121,7 @@
         to track progress.</p>
       <p>
         The POI source release as well as the pre-built binary deployment packages are listed below.
-        Pre-built versions of all <link href="index.html#components">POI components</link>
+        Pre-built versions of all <link href="overview.html#components">POI components</link>
         are available in the central Maven repository under Group ID "org.apache.poi" and Version
         "3.15".
       </p>

Modified: poi/site/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/index.xml?rev=1771214&r1=1771213&r2=1771214&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/index.xml (original)
+++ poi/site/src/documentation/content/xdocs/index.xml Thu Nov 24 20:03:11 2016
@@ -41,7 +41,7 @@
          protected files and encrypting temporary files.
          We are also working on assembling a Gradle build to make it easier to build, test, and contribute.</p>
       <p>A summary of changes is available in the 
-        <link href="https://www.apache.org/dyn/closer.lua/poi/dev/RELEASE-NOTES-3.15-beta1.txt">Release Notes</link>.
+        <link href="https://www.apache.org/dyn/closer.lua/poi/dev/RELEASE-NOTES-3.16-beta1.txt">Release Notes</link>.
         A full list of changes is available in the <link href="changes.html#3.16-beta1">change log</link>. 
         People interested should also follow the <link href="mailinglists.html">dev list</link> to track progress.</p>
        <p>See the <link href="download.html#POI-3.16-beta1">downloads</link> page for more details.</p>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org