]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix doc links in contributing 2102/head
authortooomm <tooomm@users.noreply.github.com>
Sat, 3 Dec 2022 13:38:55 +0000 (14:38 +0100)
committerGitHub <noreply@github.com>
Sat, 3 Dec 2022 13:38:55 +0000 (14:38 +0100)
CONTRIBUTING.md

index 612ed6ee1a87a7927ae344a48003c165ee1d8eae..1e04ca4aa8df2b01facac6b6598f907e7df40109 100644 (file)
@@ -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