Skip to content

Commit 985aa40

Browse files
authored
Fix typo in bevy_gizmos_render docs URL (#21736)
# Objective Fix typo in bevy_gizmos_render docs URL
1 parent 10a922a commit 985aa40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_gizmos_render/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
[![License](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](https://github.com/bevyengine/bevy#license)
44
[![Crates.io](https://img.shields.io/crates/v/bevy_gizmos_render.svg)](https://crates.io/crates/bevy_gizmos_render)
55
[![Downloads](https://img.shields.io/crates/d/bevy_gizmos_render.svg)](https://crates.io/crates/bevy_gizmos_render)
6-
[![Docs](https://docs.rs/bevy_gizmos_render/badge.svg)](https://docs.rs/bevy_gizmos/latest/bevy_gizmos_render/)
6+
[![Docs](https://docs.rs/bevy_gizmos_render/badge.svg)](https://docs.rs/bevy_gizmos_render/latest/bevy_gizmos_render/)
77
[![Discord](https://img.shields.io/discord/691052431525675048.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/bevy)

0 commit comments

Comments
 (0)