This is an automated email from the ASF dual-hosted git repository.
cadonna pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 2d2926cf81 MINOR: Make link in quickstart dynamic (#12057)
2d2926cf81 is described below
commit 2d2926cf8100888c151dbab4fd17f6bbbc87d9d8
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>