Author: fanningpj
Date: Wed Oct 14 08:44:56 2020
New Revision: 1882479

URL: http://svn.apache.org/viewvc?rev=1882479&view=rev
Log:
fix xslf urls

Modified:
    
poi/site/src/documentation/content/xdocs/components/slideshow/xslf-cookbook.xml

Modified: 
poi/site/src/documentation/content/xdocs/components/slideshow/xslf-cookbook.xml
URL: 
http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/slideshow/xslf-cookbook.xml?rev=1882479&r1=1882478&r2=1882479&view=diff
==============================================================================
--- 
poi/site/src/documentation/content/xdocs/components/slideshow/xslf-cookbook.xml 
(original)
+++ 
poi/site/src/documentation/content/xdocs/components/slideshow/xslf-cookbook.xml 
Wed Oct 14 08:44:56 2020
@@ -30,7 +30,7 @@
         <section><title>XSLF Cookbook</title>
             <p>
               This page offers a short introduction into the XSLF API. More 
examples can be found in the
-                <a 
href="http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/examples/xslf/usermodel/";>
 XSLF Examples</a>
+                <a 
href="http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/examples/xslf/";>
 XSLF Examples</a>
                in the POI SVN repository.
             </p>
             <note>
@@ -273,7 +273,7 @@ Options:
                 where graphics is a class implementing java.awt.Graphics2D. In 
PPTX2PNG the graphic canvas is derived from
                 java.awt.image.BufferedImage, i.e. the destination is an image 
in memory, but in general case you can pass
                 any compliant implementation of  java.awt.Graphics2D. The
-                <a 
href="http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/examples/xslf/usermodel/PPTX2SVG.txt";>PPTX2SVG</a>
+                <a 
href="http://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/examples/xslf/PPTX2SVG.txt";>PPTX2SVG</a>
                 example demonstrates how to use Apache Batik to convert .pptx 
slides into SVG format.
                 </p>
                 </section>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to