From 50315fd763d3b664b53a2e6897c076608376cdc8 Mon Sep 17 00:00:00 2001 From: David Vernet Date: Mon, 17 Oct 2022 13:24:34 -0500 Subject: [PATCH] README: Fix Arch packaging link libbpf is now packaged as part of the core repository, not the extra repository. Fix the current link which gets a 404. Signed-off-by: David Vernet --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee048b5..6b7d350 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ Distributions packaging libbpf from this mirror: - [Fedora](https://src.fedoraproject.org/rpms/libbpf) - [Gentoo](https://packages.gentoo.org/packages/dev-libs/libbpf) - [Debian](https://packages.debian.org/source/sid/libbpf) - - [Arch](https://www.archlinux.org/packages/extra/x86_64/libbpf/) + - [Arch](https://archlinux.org/packages/core/x86_64/libbpf/) - [Ubuntu](https://packages.ubuntu.com/source/impish/libbpf) - [Alpine](https://pkgs.alpinelinux.org/packages?name=libbpf)