From 37893a3f9e8af43e6ff55c3b4d021cbbd23ad45b Mon Sep 17 00:00:00 2001 From: "Al M." Date: Mon, 27 Jan 2025 11:06:22 -0700 Subject: [PATCH] Fix `Visibility` link on b0004 error page (#17562) Per title. Note the "improve this page" link on the [site](https://bevyengine.org/learn/errors/b0004/) gives a 404. --- errors/B0004.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errors/B0004.md b/errors/B0004.md index 5db2b6c8e5..1f43f5b163 100644 --- a/errors/B0004.md +++ b/errors/B0004.md @@ -106,7 +106,7 @@ as a child of a pre-existing [`Entity`] that does not have the proper components [`InheritedVisibility`]: https://docs.rs/bevy/*/bevy/render/view/struct.InheritedVisibility.html [`ViewVisibility`]: https://docs.rs/bevy/*/bevy/render/view/struct.ViewVisibility.html -[`Visibility`]: https://docs.rs/bevy/*/bevy/render/view/struct.Visibility.html +[`Visibility`]: https://docs.rs/bevy/*/bevy/render/view/enum.Visibility.html [`GlobalTransform`]: https://docs.rs/bevy/*/bevy/transform/components/struct.GlobalTransform.html [`ChildOf`]: https://docs.rs/bevy/*/bevy/ecs/hierarchy/struct.ChildOf.html [`Entity`]: https://docs.rs/bevy/*/bevy/ecs/entity/struct.Entity.html