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

mjsax 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 90520f6579 fix: update broken links in developer guide (#850)
90520f6579 is described below

commit 90520f657912c92c67f99094667b50980eac01ad
Author: Ranidu Nethma <[email protected]>
AuthorDate: Sun Apr 26 22:06:23 2026 +0530

    fix: update broken links in developer guide (#850)
---
 content/en/community/developer.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/en/community/developer.md 
b/content/en/community/developer.md
index 39d11440d9..f846c9e601 100644
--- a/content/en/community/developer.md
+++ b/content/en/community/developer.md
@@ -35,16 +35,16 @@ Our code is kept in Apache GitHub repo. You can check it 
out like this:
     
     git clone https://github.com/apache/kafka.git kafka
 
-Information on contributing patches can be found [here](contributing.html). 
+Information on contributing patches can be found [here](#how-to-contribute). 
 
-Official releases are available [here](downloads.html). 
+Official releases are available [here](/downloads.html). 
 
 The source code for the web site and documentation can be checked out from 
Apache GitHub repo: 
     
     
     git clone -b asf-site https://github.com/apache/kafka-site.git
 
-We are happy to received patches for the website and documentation. We think 
documentation is a core part of the project and welcome any improvements, 
suggestions, or clarifications. The procedure of contributing to the 
documentation can also be found [here](contributing.html). 
+We are happy to received patches for the website and documentation. We think 
documentation is a core part of the project and welcome any improvements, 
suggestions, or clarifications. The procedure of contributing to the 
documentation can also be found [here](#contributing-a-change-to-the-website). 
 
 To setup IDEs for development, following [this 
guide](https://cwiki.apache.org/confluence/display/KAFKA/Developer+Setup) on 
the wiki. 
 

Reply via email to