]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: Clean up links in HACKING.md
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 27 Oct 2021 09:50:19 +0000 (10:50 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 27 Oct 2021 10:10:50 +0000 (11:10 +0100)
docs/HACKING.md

index 1d84efc8ae41880a4673603e6fb42e8f54677e67..c76911295690c22695672772fc5088226162bffe 100644 (file)
@@ -8,8 +8,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
 # Hacking on systemd
 
 We welcome all contributions to systemd. If you notice a bug or a missing
-feature, please feel invited to fix it, and submit your work as a GitHub Pull
-Request (PR) at https://github.com/systemd/systemd/pull/new.
+feature, please feel invited to fix it, and submit your work as a
+[GitHub Pull Request (PR)](https://github.com/systemd/systemd/pull/new).
 
 Please make sure to follow our [Coding Style](CODING_STYLE.md) when submitting
 patches. Also have a look at our [Contribution Guidelines](CONTRIBUTING.md).
@@ -32,14 +32,15 @@ run the relevant tool from the build directory.
 
 For some components (most importantly, systemd/PID1 itself) this is not
 possible, however. In order to simplify testing for cases like this we provide
-a set of `mkosi` build files directly in the source tree. `mkosi` is a tool for
-building clean OS images from an upstream distribution in combination with a
-fresh build of the project in the local working directory. To make use of this,
-please install the `mkosi` package (if not packaged for your distro, it can be
-downloaded from https://github.com/systemd/mkosi). `mkosi` will build an image
-for the host distro by default. It is sufficient to type `mkosi` in the systemd
-project directory to generate a disk image `image.raw` you can boot either in
-`systemd-nspawn` or in an UEFI-capable VM:
+a set of `mkosi` build files directly in the source tree.
+[mkosi](https://github.com/systemd/mkosi) is a tool for building clean OS images
+from an upstream distribution in combination with a fresh build of the project
+in the local working directory. To make use of this, please install the
+`mkosi` package (if not packaged for your distro, it can be downloaded from
+the [GitHub repository](https://github.com/systemd/mkosi). `mkosi` will build an
+image for the host distro by default. It is sufficient to type `mkosi` in the
+systemd project directory to generate a disk image `image.raw` you can boot either
+in `systemd-nspawn` or in an UEFI-capable VM:
 
 ```
 # mkosi boot