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

lihan pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new de99971200 Fix BZ 67611 - Correct the download link in BUILDING.txt
de99971200 is described below

commit de999712000741a42cf4bcd91a8cc43ea2a9a5d8
Author: lihan <li...@apache.org>
AuthorDate: Fri Oct 6 12:24:44 2023 +0800

    Fix BZ 67611 - Correct the download link in BUILDING.txt
    
    https://bz.apache.org/bugzilla/show_bug.cgi?id=67611
---
 BUILDING.txt               | 2 +-
 webapps/docs/changelog.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/BUILDING.txt b/BUILDING.txt
index 5eee8234cc..799b579ba8 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -104,7 +104,7 @@ package.
 
  *  Source packages can be downloaded from:
 
-        https://tomcat.apache.org/download-@version_ma...@0.cgi
+        https://tomcat.apache.org/download-@VERSION_MAJOR@.cgi
 
 The location where the source has been placed will be further referred as
 ${tomcat.source}.
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 8ea4205594..4042c974bf 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -195,6 +195,9 @@
       <update>
         Update Commons Pool to 2.12.0. (markt)
       </update>
+      <fix>
+        <bug>67611</bug>: Correct the download link in BUILDING.txt. (lihan)
+      </fix>
     </changelog>
   </subsection>
 </section>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to