bevy-inspector-egui
bevy-inspector-egui copied to clipboard
Broken link(s?) in README on docs.rs
If you want to only display some components, you may want to use the InspectorQuery instead.
That InspectorQuery
link fails on docs.rs
because it's relative to the package but docs.rs
links it relative to the website:
That's probably a widespread issue if relative links are used everywhere.
I pushed https://github.com/jakobhellermann/bevy-inspector-egui/commit/e362e7f1aec7e90bc0e3c5e565f5176669f85f89 but I don't know if that fixes the issue. The docs.rs build is currently broken because bevy doesn't compile on the latest nightly.
Do you know if you can view the rustdoc-rendered README locally?
InspectorQuery
doesn't exist anymore and the readme is rewritten, so fixed