diff options
author | Soutrik Bandyopadhyay <soutrik.band@gmail.com> | 2023-06-22 00:17:05 +0530 |
---|---|---|
committer | Nick Gerace <nickagerace@gmail.com> | 2023-06-21 15:59:15 -0400 |
commit | 6b0f9458d7a602514fff205f8a58a9a863e4edc1 (patch) | |
tree | 7006eb2a2c83587d872832231f1f6fe16d5be9a1 | |
parent | 30027518af00d5b02ff2ec381539a9280fe1b00a (diff) | |
download | gfold-6b0f9458d7a602514fff205f8a58a9a863e4edc1.zip |
Fix broken links for Arch Linux in the README
Arch Linux has recently migrated its packages to Git (see https://archlinux.org/news/git-migration-completed/). As a result, the package 'gfold' has been moved to the Extra repository instead of the Community repository. This commit fixes a bug in the README where the badge about Arch Linux was broken along with the corresponding links.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -112,9 +112,9 @@ _Note:_ the tap may not work with [Linuxbrew](https://docs.brew.sh/Homebrew-on-L ### Arch Linux -[![arch linux](https://img.shields.io/archlinux/v/community/x86_64/gfold?logo=archlinux&logoColor=white&style=flat-square&color=blue)](https://archlinux.org/packages/community/x86_64/gfold/) +[![arch linux](https://img.shields.io/archlinux/v/extra/x86_64/gfold?logo=archlinux&logoColor=white&style=flat-square&color=blue)](https://archlinux.org/packages/extra/x86_64/gfold/) -You can use [pacman](https://wiki.archlinux.org/title/Pacman) to install `gfold` from the [community repository](https://archlinux.org/packages/community/x86_64/gfold/). +You can use [pacman](https://wiki.archlinux.org/title/Pacman) to install `gfold` from the [Extra repository](https://archlinux.org/packages/extra/x86_64/gfold/). ```shell pacman -S gfold |