Update example link (#16581)

# Objective

Redirects broken example link to point to the most similar alternative
This commit is contained in:
Arnav Mummineni 2024-12-01 04:47:22 -05:00 committed by GitHub
parent c425c32064
commit 39842170a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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