mirror of
https://github.com/bevyengine/bevy
synced 2024-12-20 01:53:12 +00:00
Update example link (#16581)
# Objective Redirects broken example link to point to the most similar alternative
This commit is contained in:
parent
c425c32064
commit
39842170a5
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@
|
||||||
//! ```
|
//! ```
|
||||||
//!
|
//!
|
||||||
//! The generated type data can be used to convert a valid `dyn Reflect` into a `dyn MyTrait`.
|
//! 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.
|
//! for more information and usage details.
|
||||||
//!
|
//!
|
||||||
//! # Serialization
|
//! # Serialization
|
||||||
|
|
Loading…
Reference in a new issue