From 4402987b8aff10a56538dfe20add5baa3a44e9cc Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 27 Mar 2026 16:50:55 +0100 Subject: [PATCH] Fix broken links --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 15fc4117e..729172afa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,11 +4,11 @@ Contributing to pretix Welcome to pretix, we are happy that you would like to contribute. Before you do so, please make sure to read the following documents: -- [Contribution workflow](https://docs.pretix.eu/dev/development/general.html) -- [AI-assisted contribution policy](https://docs.pretix.eu/dev/development/ai.html) -- [Coding style and quality](https://docs.pretix.eu/dev/development/style.html) +- [Contribution workflow](https://docs.pretix.eu/dev/development/contribution/general.html) +- [AI-assisted contribution policy](https://docs.pretix.eu/dev/development/contribution/ai.html) +- [Coding style and quality](https://docs.pretix.eu/dev/development/contribution/style.html) - [Development setup](https://docs.pretix.eu/dev/development/setup.html) -- [Code of Conduct](https://docs.pretix.eu/dev/development/codeofconduct.html) +- [Code of Conduct](https://docs.pretix.eu/dev/development/contribution/codeofconduct.html) Before we can accept your first PR we'll need you to sign [our **Contributor License Agreement** (CLA)](https://pretix.eu/about/en/cla). You can find more information about the how and why in our [License FAQ](https://docs.pretix.eu/trust/licensing/faq/) and in our [license change blog post](https://pretix.eu/about/en/blog/20210412-license/).