NiklasEi / bevy_asset_loader

Bevy plugin helping with asset loading and organization
Apache License 2.0
452 stars 53 forks source link

Fixed broken links in Readme and rust docs warning. #162

Closed BoolPurist closed 8 months ago

BoolPurist commented 8 months ago

Changes

Note

In file bevy_asset_loader/src/dynamic_asset.rs at line 446 I replaced the link to struct which is only visible within the crate, with just the word state. This change fixes a warning produced by the command:

cargo doc --all-features

and prevents leaking an inner detail which is not relevant to an user of the crate.

NiklasEi commented 8 months ago

Hey, thank you :slightly_smiling_face: The readme links without leading slash were an experiment for #113, but I clearly forgot that you can read the Readme on the base of the repository (here the links work) and in the bevy_asset_loader directory (here they are broken).

BoolPurist commented 8 months ago

"This is actually British English vs American English. I think I prefer British (so initialise)." Fair enough. I reverted the spelling back to British variant.