Skip to content

Commit

Permalink
Update example link (#16581)
Browse files Browse the repository at this point in the history
# Objective

Redirects broken example link to point to the most similar alternative
  • Loading branch information
RCoder01 authored Dec 1, 2024
1 parent c425c32 commit 3984217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_reflect/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
//! ```
//!
//! The generated type data can be used to convert a valid `dyn Reflect` into a `dyn MyTrait`.
//! See the [trait reflection example](https://github.com/bevyengine/bevy/blob/latest/examples/reflection/trait_reflection.rs)
//! See the [dynamic types example](https://github.com/bevyengine/bevy/blob/latest/examples/reflection/dynamic_types.rs)
//! for more information and usage details.
//!
//! # Serialization
Expand Down

0 comments on commit 3984217

Please sign in to comment.