mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Fix Events example link (#5126)
The `crate` intermediate directory is missing from the path, which currently leads to 404.
This commit is contained in:
parent
e60f614a86
commit
e28b88b378
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ struct EventInstance<E: Event> {
|
|||
/// [`add_event`](https://docs.rs/bevy/*/bevy/app/struct.App.html#method.add_event).
|
||||
///
|
||||
/// [Example usage.](https://github.com/bevyengine/bevy/blob/latest/examples/ecs/event.rs)
|
||||
/// [Example usage standalone.](https://github.com/bevyengine/bevy/blob/latest/bevy_ecs/examples/events.rs)
|
||||
/// [Example usage standalone.](https://github.com/bevyengine/bevy/blob/latest/crates/bevy_ecs/examples/events.rs)
|
||||
///
|
||||
#[derive(Debug)]
|
||||
pub struct Events<E: Event> {
|
||||
|
|
Loading…
Reference in a new issue