]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs/CONTRIBUTING.md: Fix links in CONTRIBUTING
authorMathias Lang <mlang@symmetryinvestments.com>
Thu, 25 Apr 2024 10:38:09 +0000 (12:38 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 28 May 2024 10:53:18 +0000 (12:53 +0200)
Get them to point to the rendered version, instead of
letting Github thinks they are absolute links in the
repository. The rendered version is much more user-friendly.

docs/CONTRIBUTING.md

index c247102d105f06c35d4c118650d2e73d12b36bfd..5274f01a0e3316ae6f50ca41e9fb310bd8ff1a0a 100644 (file)
@@ -33,13 +33,13 @@ For older versions that are still supported by your distribution please use resp
 
 ## Security vulnerability reports
 
-See [reporting of security vulnerabilities](/SECURITY).
+See [reporting of security vulnerabilities](https://systemd.io/SECURITY).
 
 ## Posting Pull Requests
 
 * Make sure to post PRs only relative to a recent tip of the `main` branch.
-* Follow our [Coding Style](/CODING_STYLE) when contributing code. This is a requirement for all code we merge.
-* Please make sure to test your change before submitting the PR. See the [Hacking guide](/HACKING) for details on how to do this.
+* Follow our [Coding Style](https://systemd.io/CODING_STYLE) when contributing code. This is a requirement for all code we merge.
+* Please make sure to test your change before submitting the PR. See the [Hacking guide](https://systemd.io/HACKING) for details on how to do this.
 * Make sure to run the test suite locally, before posting your PR. We use a CI system, meaning we don't even look at your PR if the build and tests don't pass.
 * If you need to update the code in an existing PR, force-push into the same branch, overriding old commits with new versions.
 * After you have pushed a new version, add a comment explaining the latest changes.