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

chia7712 pushed a commit to branch markdown
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/markdown by this push:
     new ee737a596a MINOR: fix: the broken link of version 0.8.0 (#822)
ee737a596a is described below

commit ee737a596a129339f4a2c193f2520543c351ab63
Author: Chia-Yi Chiu <[email protected]>
AuthorDate: Fri Mar 6 15:02:10 2026 +0900

    MINOR: fix: the broken link of version 0.8.0 (#822)
    
    fix the broken link of version 0.8.0 in release
    as-is:
    <img width="672" height="240" alt="image" 
src="https://github.com/user-attachments/assets/5cf10337-3437-4b63-a4f4-307562bd4d92";
 />
    to-be:
    
    
https://github.com/user-attachments/assets/5624d747-9533-4749-a4ef-4613acdb7d5d
    
    Reviewers: Matthias J. Sax <[email protected]>, Chia-Ping Tsai 
<[email protected]>
---
 hugo.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hugo.yaml b/hugo.yaml
index b68734756d..500ae12b2f 100644
--- a/hugo.yaml
+++ b/hugo.yaml
@@ -362,7 +362,7 @@ params:
       url: /081/
       archived_version: true
     - version: "0.8.0"
-      url: /080/
+      url: /08/
       archived_version: true
     - version: "0.7"
       url: /07/

Reply via email to