From 85e34891961b40d89a7a2b3edea18cc98b09e0ea Mon Sep 17 00:00:00 2001 From: Mo Omer Date: Mon, 25 Nov 2024 05:57:25 -0600 Subject: [PATCH] Fix guides/advanced/render-groups container example link (#130) --- docs/guides/advanced/render-groups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/advanced/render-groups.md b/docs/guides/advanced/render-groups.md index 9c7ed738c..9b0b96080 100644 --- a/docs/guides/advanced/render-groups.md +++ b/docs/guides/advanced/render-groups.md @@ -35,7 +35,7 @@ scene.addChild(myGameWorld, myHud) renderer.render(scene) // this action will actually convert the scene to a render group under the hood ``` -Check out the [container example] (../../examples/basic/container). +Check out the [container example](../../examples/basic/container). ### Best Practices