This is an automated email from the ASF dual-hosted git repository.
cadonna pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/3.2 by this push:
new 5991baecdc MINOR: Make link in quickstart dynamic (#12057)
5991baecdc is described below
commit 5991baecdc59deffbb34bbddc2ecfee4b9d29eb9
Author: Bruno Cadonna <[email protected]>
AuthorDate: Fri Apr 15 16:22:16 2022 +0200
MINOR: Make link in quickstart dynamic (#12057)
Reviewer: Matthias J. Sax <[email protected]>
---
docs/quickstart.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/quickstart.html b/docs/quickstart.html
index 70b13146e6..c958feb873 100644
--- a/docs/quickstart.html
+++ b/docs/quickstart.html
@@ -28,7 +28,7 @@
</h4>
<p>
- <a
href="https://www.apache.org/dyn/closer.cgi?path=/kafka/3.1.0/kafka_2.13-3.1.0.tgz">Download</a>
+ <a
href="https://www.apache.org/dyn/closer.cgi?path=/kafka/{{fullDotVersion}}/kafka_{{scalaVersion}}-{{fullDotVersion}}.tgz">Download</a>
the latest Kafka release and extract it:
</p>