diff --git a/README.md b/README.md index a749bdb..4d7a019 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ When the icon is clicked, it launches the relevant series of functions to perfor *The colored output can be disabled with the `NoColor` option in the `arch-update.conf` configuration file.* *The versions changes in the packages listing can be hidden with the `NoVersion` option in the `arch-update.conf` configuration file.* -*See the [arch-update.conf documentation chapter](#arch-update-conf) for more details.* +*See the [arch-update.conf documentation chapter](#arch-update-configuration-file) for more details.* ![listing-packages](https://github.com/Antiz96/arch-update/assets/53110319/43a990c8-ed93-420f-8c46-d50d60bff03f) @@ -113,7 +113,7 @@ Simply press "enter" without typing any number to proceed with update: *The Arch news listing/printing can be skipped with the `NoNews` option in the `arch-update.conf` configuration file.* *Note that using this option will generate a warning message as a reminder that users are expected to regularly check Arch news.* -*See the [arch-update.conf documentation chapter](#arch-update-conf) for more details.* +*See the [arch-update.conf documentation chapter](#arch-update-configuration-file) for more details.* ![list-news](https://github.com/Antiz96/arch-update/assets/53110319/b6883ec4-8c44-4b97-86d9-4d0a304b748b) @@ -135,7 +135,7 @@ When the update is over, the icon changes accordingly: *The default behavior is to keep the last 3 cached versions of installed packages and remove every cached versions of uninstalled packages.* *You can modify the number of old packages' versions and uninstalled packages' versions to keep in pacman's cache respectively with the `KeepOldPackages=Num` and `KeepUninstalledPackages=Num` options in the `arch-update.conf` configuration file.* -*See the [arch-update.conf documentation chapter](#arch-update-conf) for more details.* +*See the [arch-update.conf documentation chapter](##arch-update-configuration-file) for more details.* ![cached-packages](https://github.com/Antiz96/arch-update/assets/53110319/7199bbf1-acd8-49a1-80eb-e9874b94fba6) @@ -177,7 +177,7 @@ Exit Codes: For more information, see the arch-update(1) man page. Certain options can be enabled/disabled or modified via the arch-update.conf configuration file, see the arch-update.conf(5) man page. -### arch-update.conf +### arch-update configuration file ```text The arch-update.conf file is an optional configuration file for arch-update to enable/disable or modify certain options within the script.