Fix path reference to contributors example (#9219)

# Objective

Fix in incorrect reference to another example.

## Solution

Fix the reference. :-)
This commit is contained in:
Manuel Fuchs 2023-07-20 19:20:34 +02:00 committed by GitHub
parent a0972c2b1b
commit b7cda3293f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
//! Note that this uses [`Text2dBundle`] to display text alongside your other entities in a 2D scene.
//!
//! For an example on how to render text as part of a user interface, independent from the world
//! viewport, you may want to look at `2d/contributors.rs` or `ui/text.rs`.
//! viewport, you may want to look at `games/contributors.rs` or `ui/text.rs`.
use bevy::{
prelude::*,