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

lhotari pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-java-contrib.git


The following commit(s) were added to refs/heads/main by this push:
     new d8ed92e  Fix broken links in README.md (#3)
d8ed92e is described below

commit d8ed92e7411b217f54f8fe52d5931029fe48855f
Author: Lari Hotari <[email protected]>
AuthorDate: Fri Aug 23 11:15:28 2024 +0300

    Fix broken links in README.md (#3)
    
    * Fix broken "Plugin Contribution Guide" link
    
    * Fix another broken link
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index d114e13..913d955 100644
--- a/README.md
+++ b/README.md
@@ -2,13 +2,13 @@
 
 Pulsar java contrib is to provide a non-core code maintenance repository to 
collect plugin implementations, personalized features, experimental features, 
and best practices from users.
 
-- [Plugin Contribution Guide](contributionGuides) lists the core interfaces in 
Pulsar that can be implemented by contributors, and provides implementation 
guidelines for each type of interface.
+- [Plugin Contribution Guide](contributionGuides.md) lists the core interfaces 
in Pulsar that can be implemented by contributors, and provides implementation 
guidelines for each type of interface.
 
 - [Plugin Implementation List](contributedFeatures.md) lists the implemented 
plugins. Users can select the ones they need for reuse.
 
 - [Personalization Features](customizationFeatures.md) lists the customized 
features and experimental features that require modification to the Pulsar 
source code.
 
-- [Best Practices]([best-practice-blogs](best-practice-blogs)) lists the best 
practices for each function summarized by community contributions.
+- [Best Practices](best-practice-blogs) lists the best practices for each 
function summarized by community contributions.
   - [consume-best-practice.md](best-practice-blogs%2Fconsume-best-practice.md)
 
 This project follows the terms of **Apache License 2.0**.

Reply via email to