From 7081ddb533075c2275a1e10e1f73c99fe1dbdd1b Mon Sep 17 00:00:00 2001 From: Norman Date: Mon, 27 Dec 2021 15:00:26 +0100 Subject: [PATCH] Updates link to development docs in CONTRIBUTING --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ea44bd53..eb37defa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ First and foremost, thanks a lot for the interest in contributing to this little project. We really appreciate that. -Your first stop is the [development documentation](https://patchfox.org/development). It will explain how the source-code is organised, and how _packages_ — the fundamental module unit of Patchfox — work. +Your first stop is the [development documentation](https://patchfox.org/#/development/). It will explain how the source-code is organised, and how _packages_ — the fundamental module unit of Patchfox — work. The [issue tracker](https://github.com/soapdog/patchfox/issues) lists all fixes and enhancements that are currently on track. Feel free to browse them and reach out if you'd like to help with any specific issue. Also, don't be discouraged from playing with the code and working on something that is not on the issue list.