summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-02-16 17:43:39 +0100
committerxengineering <me@xengineering.eu>2023-02-16 17:43:39 +0100
commit0cb3c9d8e176f030ec7f62f072562cc1fe3bd6ae (patch)
treeff3c2fe8d9232bb389e4706826d28aefe14a8c1b
parent84513c79d1ab4114a15919e8aa72b47dcff5dccf (diff)
downloadwebsite-0cb3c9d8e176f030ec7f62f072562cc1fe3bd6ae.tar
website-0cb3c9d8e176f030ec7f62f072562cc1fe3bd6ae.tar.zst
website-0cb3c9d8e176f030ec7f62f072562cc1fe3bd6ae.zip
Use Markdown link IDs in article
This avoids line breaks or very long lines since they are not contained in the paragraphs.
-rw-r--r--content/articles/pacman-essentials.md21
1 files changed, 13 insertions, 8 deletions
diff --git a/content/articles/pacman-essentials.md b/content/articles/pacman-essentials.md
index 54657e0..1153ba1 100644
--- a/content/articles/pacman-essentials.md
+++ b/content/articles/pacman-essentials.md
@@ -5,7 +5,7 @@
#### Introduction
-The program `pacman` is the package manager of the [Arch Linux](https://archlinux.org/)
+The program `pacman` is the package manager of the [Arch Linux][1]
distribution. It should be exclusively used to install, update and remove
software to an Arch Linux system.
@@ -57,12 +57,11 @@ pacman -Ss <keyword>
```
`<keyword>` should be replaced by keywords like `firefox`. Furthermore the
-package search on the [Arch Linux homepage](https://archlinux.org/) in the
-upper right corner can be used.
+package search on the [Arch Linux homepage][1] in the upper right corner can be
+used.
-The Arch Linux wiki contains also a long [list of
-applications](https://wiki.archlinux.org/title/List_of_applications) which is
-an excellent place to search for needed programs by category.
+The Arch Linux wiki contains also a long [list of applications][2] which is an
+excellent place to search for needed programs by category.
#### Package installation
@@ -100,8 +99,14 @@ users. The following references point to the official documentation about
pacman:
- The manual page of pacman: `man pacman` (exit with `q`)
-- Arch Wiki: [pacman](https://wiki.archlinux.org/title/Pacman)
-- Arch Wiki: [pacman/Tips and tricks](https://wiki.archlinux.org/title/Pacman/Tips_and_tricks)
+- Arch Wiki: [pacman][3]
+- Arch Wiki: [pacman/Tips and tricks][4]
They should be consulted to get further information and should be trusted more
than this page if in conflict with its content.
+
+
+[1]: https://archlinux.org/
+[2]: https://wiki.archlinux.org/title/List_of_applications
+[3]: https://wiki.archlinux.org/title/Pacman
+[4]: https://wiki.archlinux.org/title/Pacman/Tips_and_tricks