Skip to content

Commit

Permalink
Fix broken links in README.md (#3)
Browse files Browse the repository at this point in the history
* Fix broken "Plugin Contribution Guide" link

* Fix another broken link
  • Loading branch information
lhotari authored Aug 23, 2024
1 parent c1bd256 commit d8ed92e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
Expand Down

0 comments on commit d8ed92e

Please sign in to comment.