From b8b291c51ba1b43ff27c6aab6b55d6af77334aae Mon Sep 17 00:00:00 2001 From: Hengqi Chen Date: Tue, 9 Aug 2022 12:01:24 +0000 Subject: [PATCH] aya-log/README: Fix links to aya-log repo The aya-log repo ([0]) has been archived, use the link to aya repo instead. Signed-off-by: Hengqi Chen --- aya-log/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aya-log/README.md b/aya-log/README.md index b1af3d71..aa94abb6 100644 --- a/aya-log/README.md +++ b/aya-log/README.md @@ -13,7 +13,7 @@ Add `aya-log` to `Cargo.toml`: ```toml [dependencies] -aya-log = { git = "https://github.com/aya-rs/aya-log", branch = "main" } +aya-log = { git = "https://github.com/aya-rs/aya", branch = "main" } ``` ### eBPF side @@ -22,7 +22,7 @@ Add `aya-log-ebpf` to `Cargo.toml`: ```toml [dependencies] -aya-log-ebpf = { git = "https://github.com/aya-rs/aya-log", branch = "main" } +aya-log-ebpf = { git = "https://github.com/aya-rs/aya", branch = "main" } ``` ## Example