fix typo in a link - Mesh docs (#9329)

# Objective

- Fix link to point to
https://github.com/bevyengine/bevy/blob/main/assets/docs/Mesh.png
This commit is contained in:
Ame :] 2023-08-01 15:03:16 -06:00 committed by GitHub
parent dde8518f6f
commit d6e95e9570
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ pub const VERTEX_ATTRIBUTE_BUFFER_ID: u64 = 10;
/// } /// }
/// ``` /// ```
/// ///
/// You can see how it looks like [here](https://github.com/bevyengine/bevy/blob/main/assets/dovs/Mesh.png), /// You can see how it looks like [here](https://github.com/bevyengine/bevy/blob/main/assets/docs/Mesh.png),
/// used in a `PbrBundle` with a square bevy logo texture, with added axis, points, /// used in a `PbrBundle` with a square bevy logo texture, with added axis, points,
/// lines and text for clarity. /// lines and text for clarity.
/// ///