Merge pull request #361 from chenhengqi/fix-aya-log-links

aya-log/README: Fix links to aya-log repo
pull/364/head
Michal Rostecki 2 years ago committed by GitHub
commit 632ea300ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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