From 8049af4b22ae1cd51d3c122eb3afd9c30beea24d Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 3 Dec 2022 14:38:55 +0100 Subject: [PATCH] Fix doc links in contributing --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 612ed6ee1..1e04ca4aa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,11 +27,11 @@ Please format and test your code! I know it's a hassle, but it makes sure that y To test your code, execute `pytest` in the src/ directory. This also generates a html coverage report, which you can use to see if you missed anything important during testing. -Before you can run `pytest`, ensure to [properly set up your local environment](/development/#initial-setup-and-first-start). +Before you can run `pytest`, ensure to [properly set up your local environment](https://docs.paperless-ngx.com/development/#initial-setup-and-first-start). ## More info: -... is available [in the documentation](/development). +... is available [in the documentation](https://docs.paperless-ngx.com/development). # Merging PRs