From fed81f7272aba4fa15c26cf80d52791a06c49a74 Mon Sep 17 00:00:00 2001 From: jo Date: Sun, 9 Apr 2023 14:29:24 +0200 Subject: [PATCH] docs: fix broken links --- docs/contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contribute.md b/docs/contribute.md index bdefffdc3..1bf69a954 100644 --- a/docs/contribute.md +++ b/docs/contribute.md @@ -44,7 +44,7 @@ The [official issue tracker](https://github.com/libretime/libretime/issues) is h Are you familiar with coding in PHP or Python? Have you made projects in [Liquidsoap](https://www.liquidsoap.info/) and some of the other services we use? Help us improve LibreTime by picking an issue in the [list of bugs and feature requests](https://github.com/libretime/libretime/issues). -Then [fork our repo](https://docs.github.com/en/get-started/quickstart/contributing-to-projects) and [setup a development environment](https://libretime.org/docs/contributor-manual/development-environment.md) to get you started! Make sure to setup [pre-commit](https://libretime.org/docs/contributor-manual/development-workflows.md#pre-commit) to enforce the project best practices before committing new code. +Then [fork our repo](https://docs.github.com/en/get-started/quickstart/contributing-to-projects) and [setup a development environment](https://libretime.org/docs/contributor-manual/development-environment/) to get you started! Make sure to setup [pre-commit](https://libretime.org/docs/contributor-manual/development-workflows/#pre-commit) to enforce the project best practices before committing new code. Knowledge on how to use [Github](https://guides.github.com/activities/hello-world/) and [Git](https://git-scm.com/docs/gittutorial) will suit you well, use the