jakobhellermann / bevy-inspector-egui

Inspector plugin for the bevy game engine
Apache License 2.0
1.19k stars 173 forks source link

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

Closed djeedai closed 1 year ago

djeedai commented 2 years ago

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.

jakobhellermann commented 2 years ago

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 commented 1 year ago

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