Skip to content

Commit d8ed92e

Browse files
authored
Fix broken links in README.md (apache#3)
* Fix broken "Plugin Contribution Guide" link * Fix another broken link
1 parent c1bd256 commit d8ed92e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
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.
44

5-
- [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.
5+
- [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.
66

77
- [Plugin Implementation List](contributedFeatures.md) lists the implemented plugins. Users can select the ones they need for reuse.
88

99
- [Personalization Features](customizationFeatures.md) lists the customized features and experimental features that require modification to the Pulsar source code.
1010

11-
- [Best Practices]([best-practice-blogs](best-practice-blogs)) lists the best practices for each function summarized by community contributions.
11+
- [Best Practices](best-practice-blogs) lists the best practices for each function summarized by community contributions.
1212
- [consume-best-practice.md](best-practice-blogs%2Fconsume-best-practice.md)
1313

1414
This project follows the terms of **Apache License 2.0**.

0 commit comments

Comments
 (0)