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 <chenhengqi@outlook.com>
pull/361/head
Hengqi Chen 2 years ago
parent 207c689f56
commit b8b291c51b

@ -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

Loading…
Cancel
Save