bevy-inspector-egui icon indicating copy to clipboard operation
bevy-inspector-egui copied to clipboard

Broken link(s?) in README on docs.rs

Open djeedai opened this issue 3 years ago • 1 comments

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:

image

That's probably a widespread issue if relative links are used everywhere.

djeedai avatar Feb 12 '22 18:02 djeedai

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?

jakobhellermann avatar Feb 13 '22 11:02 jakobhellermann

InspectorQuery doesn't exist anymore and the readme is rewritten, so fixed

jakobhellermann avatar Jan 05 '23 20:01 jakobhellermann