This is an automated email from the ASF dual-hosted git repository.
schofielaj 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 653f18faadd MINOR: fix protocol link in templates.py (#21628)
653f18faadd is described below
commit 653f18faadd2ac0db079ac76f862dab8e2d91b8a
Author: PoAn Yang <[email protected]>
AuthorDate: Wed Mar 4 23:41:58 2026 +0900
MINOR: fix protocol link in templates.py (#21628)
The protocol link is changed to `/design/protocol`.
Reviewers: Andrew Schofield <[email protected]>
Signed-off-by: PoAn Yang <[email protected]>
---
release/templates.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/release/templates.py b/release/templates.py
index 65f9dff813e..aff2d33cb91 100644
--- a/release/templates.py
+++ b/release/templates.py
@@ -230,7 +230,7 @@ https://github.com/apache/kafka/releases/tag/{rc_tag}
https://kafka.apache.org/{docs_version}/documentation.html
* Protocol:
-https://kafka.apache.org/{docs_version}/protocol.html
+https://kafka.apache.org/{docs_version}/design/protocol
* Successful CI builds for the {dev_branch} branch:
Unit/integration tests:
https://github.com/apache/kafka/actions/runs/<RUN_NUMBER>