Skip to content

Commit

Permalink
Fix guides/advanced/render-groups container example link (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
momer authored Nov 25, 2024
1 parent 01a20f0 commit 85e3489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/advanced/render-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 85e3489

Please sign in to comment.