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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new f76089be67 rename xml file
f76089be67 is described below

commit f76089be670e4c2479ec88119ac41a04f3006892
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Jul 8 03:44:08 2025 +0100

    rename xml file
---
 src/documentation/content/xdocs/devel/{subversion.xml => git.xml} | 0
 src/documentation/content/xdocs/devel/index.xml                   | 2 +-
 src/documentation/content/xdocs/site.xml                          | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/documentation/content/xdocs/devel/subversion.xml 
b/src/documentation/content/xdocs/devel/git.xml
similarity index 100%
rename from src/documentation/content/xdocs/devel/subversion.xml
rename to src/documentation/content/xdocs/devel/git.xml
diff --git a/src/documentation/content/xdocs/devel/index.xml 
b/src/documentation/content/xdocs/devel/index.xml
index 819e7a4c44..4b3acd2783 100644
--- a/src/documentation/content/xdocs/devel/index.xml
+++ b/src/documentation/content/xdocs/devel/index.xml
@@ -62,7 +62,7 @@
             <p>
                 The main Apache POI build was traditionally done with <a 
href="https://ant.apache.org/";>Apache Ant</a>.
                 In 2021, we moved to using <a 
href="https://gradle.org/";>Gradle</a>.
-                After <a href="subversion.html">checking out</a> the POI code, 
you will find <strong>gradlew</strong> and
+                After <a href="git.html">checking out</a> the POI code, you 
will find <strong>gradlew</strong> and
                 <strong>gradlew.bat</strong>. These command files are used for 
running Gradle on Linux/Mac and Windows respectively.
                 Gradlew checks if you the right version of Gradle installed 
and will install it if you don't.
             </p>
diff --git a/src/documentation/content/xdocs/site.xml 
b/src/documentation/content/xdocs/site.xml
index e7f10e9379..3bfb5efbe7 100644
--- a/src/documentation/content/xdocs/site.xml
+++ b/src/documentation/content/xdocs/site.xml
@@ -124,7 +124,7 @@ See https://xml.apache.org/forrest/linking.html for more 
info
     <community label="Getting Involved" href="devel/" tab="community">
         <howtobuild label="How To Build" href="index.html"/>
         <nightly label="Nightly Builds" href="nightly.html"/>
-        <subversion label="Subversion Repository" href="subversion.html"/>
+        <git label="Git Repository" href="git.html"/>
         <guidelines label="Contribution Guidelines" href="guidelines.html"/>
         <whoweare label="Who We Are" href="who.html"/>
         <plan label="Planning Documents" href="plan/">


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

Reply via email to