From b26e63973633dba32fa6feb1fd1489fd42cb3748 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Tue, 21 Nov 2023 09:16:31 +0200 Subject: [PATCH] Update Arch Linux package URL in Packages.md The old URL returns 404 now. --- docs/Packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Packages.md b/docs/Packages.md index be645156..0c15892c 100644 --- a/docs/Packages.md +++ b/docs/Packages.md @@ -4,7 +4,7 @@ Here's how to install termshark on various OSes and with various package manager ## Arch Linux -- [termshark](https://archlinux.org/packages/community/x86_64/termshark/): The +- [termshark](https://archlinux.org/packages/extra/x86_64/termshark/): The official package. - [termshark-git](https://aur.archlinux.org/packages/termshark-git): Compiles from source, made by [Thann](https://github.com/Thann)