Skip to content

Commit

Permalink
Fix Events example link (#5126)
Browse files Browse the repository at this point in the history
The `crate` intermediate directory is missing from the path, which currently leads to 404.
  • Loading branch information
64kramsystem committed Jun 28, 2022
1 parent e60f614 commit e28b88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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> {
Expand Down

0 comments on commit e28b88b

Please sign in to comment.