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/08/11 22:38:50 UTC

svn commit: r1756061 - in /poi/site: publish/overview.html src/documentation/content/xdocs/overview.xml

Author: onealj
Date: Thu Aug 11 22:38:49 2016
New Revision: 1756061

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

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

Modified: poi/site/publish/overview.html
URL: http://svn.apache.org/viewvc/poi/site/publish/overview.html?rev=1756061&r1=1756060&r2=1756061&view=diff
==============================================================================
--- poi/site/publish/overview.html (original)
+++ poi/site/publish/overview.html Thu Aug 11 22:38:49 2016
@@ -775,7 +775,7 @@ if (VERSION > 3) {
             property set streams. Further information and  instructions how to
             execute it can be found in the <a href="https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/poifs/poibrowser/POIBrowser.java">POI
               source code</a> 
-              (<a href="https://svn.apache.org/repos/viewvc/trunk/src/examples/src/org/apache/poi/poifs/poibrowser/POIBrowser.java">viewvc</a>).
+              (<a href="https://svn.apache.org/viewvc/poi/trunk/src/examples/src/org/apache/poi/poifs/poibrowser/POIBrowser.java">viewvc</a>).
           </p>
         
       

Modified: poi/site/src/documentation/content/xdocs/overview.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/overview.xml?rev=1756061&r1=1756060&r2=1756061&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/overview.xml (original)
+++ poi/site/src/documentation/content/xdocs/overview.xml Thu Aug 11 22:38:49 2016
@@ -388,7 +388,7 @@
           href="https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/poifs/poibrowser/POIBrowser.java">POI
               source code</link> 
               (<link
-          href="https://svn.apache.org/repos/viewvc/trunk/src/examples/src/org/apache/poi/poifs/poibrowser/POIBrowser.java">viewvc</link>).
+          href="https://svn.apache.org/viewvc/poi/trunk/src/examples/src/org/apache/poi/poifs/poibrowser/POIBrowser.java">viewvc</link>).
           </p>
         </section>
       <p>



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