This is an automated email from the ASF dual-hosted git repository.
klesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/main by this push:
new 5179c8d06 fix(docs): correct 'Develop a Plugin' link in README (#8296)
5179c8d06 is described below
commit 5179c8d062fcdb1811f380f9a44e0afd43b929cb
Author: Zeshan Ziya <[email protected]>
AuthorDate: Fri Feb 21 14:31:14 2025 +0530
fix(docs): correct 'Develop a Plugin' link in README (#8296)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 1baf91ef8..e6c70f8ee 100644
--- a/README.md
+++ b/README.md
@@ -99,7 +99,7 @@ Please read the [contribution
guidelines](https://devlake.apache.org/community)
- [Submit a
PR](https://devlake.apache.org/community/MakingContributions/development-workflow):
Start with [good first
issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
or [issues with no
assignees](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue+is%3Aopen+no%3Aassignee)
- [Join Mailing list](https://devlake.apache.org/community/subscribe):
Initiate or participate in project discussions on the mailing list
- [Write a
Blog](https://devlake.apache.org/community/MakingContributions/BlogSubmission):
Write a blog to share your use cases about Apache DevLake
-- [Develop a Plugin](./backend/DevelopmentManual): Integrate Apache DevLake
with more data sources as [requested by the
community](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue+is%3Aopen+label%3Aadd-a-plugin+)
+- [Develop a Plugin](./backend/DevelopmentManual.md): Integrate Apache
DevLake with more data sources as [requested by the
community](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue+is%3Aopen+label%3Aadd-a-plugin+)
### 👩🏾💻 Contributing Code