Skip to content

Commit c1473f1

Browse files
Fixed link to ECS tutorial from Jobs tutorial (#225)
1 parent 7fd07a3 commit c1473f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DOTS_Guide/jobs_tutorial/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ Zooming in, we can see the `SegmentSort` and `SegmentSortMerge` jobs:
276276

277277
The `SegmentSort` takes under a 0.1ms start to end, and the single-threaded `SegmentSortMerge` takes ~0.5ms. Weighed against the enormous improvement in `FindNearestJob`, the extra step of sorting is well worth the additional cost.
278278

279-
Most of the frame time now is eaten up by the inefficiencies of GameObjects, and the most effective way to address that problem would be to replace the GameObjects with [entities](../entities_tutorial/README.md).
279+
Most of the frame time now is eaten up by the inefficiencies of GameObjects, and the most effective way to address that problem would be to replace the GameObjects with [entities](../ecs_tutorial/README.md).
280280

281281

282282

0 commit comments

Comments
 (0)