foniod / redbpf

Rust library for building and running BPF/eBPF modules
Apache License 2.0
1.71k stars 136 forks source link

README.md: broken links #240

Closed mehrdadrad closed 2 years ago

mehrdadrad commented 2 years ago

I just noticed the below links have been broken (404) at the main readme.

https://foniod.org/api/redbpf/ https://foniod.org/api/redbpf_probes/ https://foniod.org/api/redbpf_macros/ https://foniod.org/api/cargo_bpf/

rhdxmr commented 2 years ago

@mehrdadrad

You can find the documentation here now

https://docs.rs/redbpf/latest/redbpf/ https://docs.rs/redbpf-probes/latest/redbpf_probes/ https://docs.rs/redbpf-macros/latest/redbpf_macros/

Thanks for letting me know of this. I'll fix the README soon.

rhdxmr commented 2 years ago

@mehrdadrad This issue is handled by #243 Thank you.