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