]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - docs/HACKING
docs: move markdown docs from .github/ to docs/
[thirdparty/systemd.git] / docs / HACKING
index c7b700e6a70f85915b1ba56fd8dd56e75b93d93a..1778e4822d207b406c525ab3c5b858e50da144eb 100644 (file)
@@ -9,7 +9,7 @@ Request (PR):
 Please make sure to follow our Coding Style when submitting patches. See
 docs/CODING_STYLE for details. Also have a look at our Contribution Guidelines:
 
-        https://github.com/systemd/systemd/blob/master/.github/CONTRIBUTING.md
+        https://github.com/systemd/systemd/blob/master/docs/CONTRIBUTING.md
 
 When adding new functionality, tests should be added. For shared functionality
 (in src/basic and src/shared) unit tests should be sufficient. The general