This is an automated email from the ASF dual-hosted git repository.
lihan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new a0605e86a8 Fix BZ 67611 - Correct the download link in BUILDING.txt
a0605e86a8 is described below
commit a0605e86a8ebcc39e0b72d82a2e2b1840855069c
Author: lihan <[email protected]>
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-@[email protected]
+ https://tomcat.apache.org/download-@[email protected]
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 de2e082745..0a8fd38b2b 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -208,6 +208,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: [email protected]
For additional commands, e-mail: [email protected]