This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/poi.git

commit c66889e6f825685089bd67107749d72689462d29
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Jul 8 04:00:10 2025 +0100

    fix links
---
 content/broken-links.xml                   | 5 -----
 content/components/hpsf/how-to.html        | 2 +-
 content/components/poi-ruby.html           | 9 ++++-----
 content/components/spreadsheet/how-to.html | 4 ++--
 content/devel/git.html                     | 8 +-------
 content/devel/guidelines.html              | 4 ++--
 content/help/faq.html                      | 2 +-
 content/index.html                         | 2 +-
 8 files changed, 12 insertions(+), 24 deletions(-)

diff --git a/content/broken-links.xml b/content/broken-links.xml
index 14fcb6a518..f95aa9be01 100644
--- a/content/broken-links.xml
+++ b/content/broken-links.xml
@@ -1,7 +1,2 @@
 <broken-links>
-  <link message="No pipeline matched request: 
components/spreadsheet/error:site:subversion">components/spreadsheet/error:site:subversion</link>
-  <link message="No pipeline matched request: 
error:site:subversion">error:site:subversion</link>
-  <link message="No pipeline matched request: 
components/hpsf/error:site:subversion">components/hpsf/error:site:subversion</link>
-  <link message="No pipeline matched request: 
help/error:site:subversion">help/error:site:subversion</link>
-  <link message="No pipeline matched request: 
devel/error:site:subversion">devel/error:site:subversion</link>
 </broken-links>
diff --git a/content/components/hpsf/how-to.html 
b/content/components/hpsf/how-to.html
index a3fd624780..11e439581e 100644
--- a/content/components/hpsf/how-to.html
+++ b/content/components/hpsf/how-to.html
@@ -346,7 +346,7 @@ document.write("Last Published: " + document.lastModified);
 <strong>Please note:</strong> HPSF's writing functionality is
     <strong>not</strong> present in POI releases up to and including 2.5. In
     order to write properties you have to download a 3.0.x POI release,
-    or retrieve the POI development version from the <a 
href="error:site:subversion">Subversion repository</a>.</div>
+    or retrieve the POI development version from the <a 
href="../../devel/git.html">Git repository</a>.</div>
 </div>
 <a name="sec1" id="sec1"></a><a name="Reading+Standard+Properties"></a>
 <h3 class="boxed">Reading Standard Properties</h3>
diff --git a/content/components/poi-ruby.html b/content/components/poi-ruby.html
index fbbf4c67c4..773cf766c2 100644
--- a/content/components/poi-ruby.html
+++ b/content/components/poi-ruby.html
@@ -448,12 +448,11 @@ document.write("Last Published: " + 
document.lastModified);
        GCC (compiled with java language support), Ruby development headers, 
and SWIG. To run, you will need Ruby (obviously!) and
        <em>libgcj </em>, presumably from the same version of GCC with which 
you compiled.
         </p>
-<a name="Subversion"></a>
-<h3 class="boxed">Subversion</h3>
+<a name="Source+Repository"></a>
+<h3 class="boxed">Source Repository</h3>
 <p>
-       The POI-Ruby module sits under the POI <a 
href="https://github.com/apache/poi/tree/trunk/src/contrib/poi-ruby/";>Subversion</a>
-       <a 
href="https://github.com/apache/poi/tree/trunk/src/contrib/poi-ruby/";>(viewvc)</a>.
 Running <em>make</em>
-       inside that directory will create a loadable ruby extension 
<em>poi4r.so</em> in the release subdirectory. Tests
+       The POI-Ruby module sits under the POI <a 
href="https://github.com/apache/poi/tree/trunk/src/contrib/poi-ruby/";>Git</a>.
+  Running <em>make</em> inside that directory will create a loadable ruby 
extension <em>poi4r.so</em> in the release subdirectory. Tests
        are in the <em>tests/</em> subdirectory, and should be run from the 
<em>poi-ruby</em> directory. Please read the tests to figure out the usage.
        </p>
 <p>Note that the makefile, though designed to work across Linux/OS X/Cygwin, 
has been tested only on linux.
diff --git a/content/components/spreadsheet/how-to.html 
b/content/components/spreadsheet/how-to.html
index 254e60864a..9912c1ea7e 100644
--- a/content/components/spreadsheet/how-to.html
+++ b/content/components/spreadsheet/how-to.html
@@ -1218,14 +1218,14 @@ some of the rows or cells. It can be found at
 <span 
class="codefrag">/poi-examples/src/main/java/org/apache/poi/examples/hssf/eventusermodel/XLS2CSVmra.java</span>,
 and may be called on the command line, or from within your own code.
 The latest version is always available from
-<a 
href="https://github.com/apache/poi/tree/trunk/poi-examples/src/main/java/org/apache/poi/examples/hssf/eventusermodel/";>subversion</a>.
+<a 
href="https://github.com/apache/poi/tree/trunk/poi-examples/src/main/java/org/apache/poi/examples/hssf/eventusermodel/";>git</a>.
 </p>
 <p>
 
 <em>In POI versions before 3.0.3, this code lived in the scratchpad section.
  If you're using one of these older versions of POI, you will either
  need to include the scratchpad jar on your classpath, or build from a</em>
- <a href="error:site:subversion">subversion checkout</a>.
+ <a href="../../devel/git.html">git checkout</a>.
 </p>
 <a name="xssf_sax_api" id="xssf_sax_api"></a><a 
name="XSSF+and+SAX+%28Event+API%29"></a>
 <h3 class="boxed">XSSF and SAX (Event API)</h3>
diff --git a/content/devel/git.html b/content/devel/git.html
index 6f43899006..03c35b2d18 100644
--- a/content/devel/git.html
+++ b/content/devel/git.html
@@ -215,13 +215,7 @@ document.write("Last Published: " + document.lastModified);
 <a name="Access+the+Version+Controlled+Source+Code"></a>
 <h2 class="boxed">Access the Version Controlled Source Code</h2>
 <div class="section">
-<p>
-         For general information on connecting to the ASF Subversion,
-         repositories, see the
-         <a href="https://www.apache.org/dev/version-control.html";>version 
control page.</a>
-      
-</p>
-<p>Apache POI uses Git as its version control system. We switch from 
Subversion to Git
+<p>Apache POI uses Git as its version control system. We switched from 
Subversion to Git
         in July 2025.
       </p>
 <ul>
diff --git a/content/devel/guidelines.html b/content/devel/guidelines.html
index 9580c09097..2e9b40d24f 100644
--- a/content/devel/guidelines.html
+++ b/content/devel/guidelines.html
@@ -280,7 +280,7 @@ document.write("Last Published: " + document.lastModified);
      
 <li>Join the <a href="../help/index.html">mailing lists</a> and share your 
knowledge with others.</li>
      
-<li>Get <a href="error:site:subversion">Subversion</a> and check out the POI 
source tree</li>
+<li>Get <a href="../devel/git.html">Git</a> and check out the POI source 
tree</li>
      
 <li>Documentation is always the best place to start contributing, maybe you 
found that if the documentation just told you how to do X then it would make 
more sense, modify the documentation.</li>
      
@@ -482,7 +482,7 @@ document.write("Last Published: " + document.lastModified);
 <h3 class="boxed">Approach 3 - the git way</h3>
 <p>
       If you are working on a Git clone of Apache POI (see the
-      <a href="error:site:subversion">Version Control page</a> for
+      <a href="../devel/git.html">Version Control page</a> for
       more on the read-only Git mirrors), it is possible to generate
       a patch of your changes (including new binary files) using Git.
     </p>
diff --git a/content/help/faq.html b/content/help/faq.html
index 66683b1026..3fa69d656a 100644
--- a/content/help/faq.html
+++ b/content/help/faq.html
@@ -207,7 +207,7 @@ System.out.println("POI Scratchpad came from " + 
path);</pre>
        <a href="../components/">the components overview section</a>
        for the artifact details to have maven download it for you.
        If you download the source release of POI, and/or checkout the
-       source code from <a href="error:site:subversion">subversion</a>,
+       source code from <a href="../devel/git.html">git</a>,
        then you can run the ant task "compile-ooxml-xsds" to have the
        OOXML schemas downloaded and compiled for you (This will also
        give you the XMLBeans generated source code, in case you wish to
diff --git a/content/index.html b/content/index.html
index 03852180fa..e492cce5db 100644
--- a/content/index.html
+++ b/content/index.html
@@ -392,7 +392,7 @@ document.write("Last Published: " + document.lastModified);
         hard-working, talented folks to help us on the project, no matter your
         background. So if you're motivated, ready, and have the time: Download 
the
         source from the
-        <a href="error:site:subversion">Subversion Repository</a>,
+        <a href="devel/git.html">Git Repository</a>,
         <a href="devel/index.html">build the code</a>, join the
         <a href="help/index.html">mailing lists</a>, and we'll be happy to
         help you get started on the project!


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

Reply via email to