Fixed links

This commit is contained in:
Brychan Dempsey 2021-06-06 14:02:52 +12:00
parent e4d5d8c794
commit 8d8b7ad3a6

View File

@ -1,4 +1,4 @@
*| [JavaECS](../../README.md) | [docs](../overview.md) | [component](./dir.md) | component[]().md*
*| [JavaECS](../../README.md) | [docs](../overview.md) | [component](./dir.md) | Component[]().md*
# Component
### Contents
@ -45,7 +45,7 @@ I.e.:
The `position` component might not have a `position_system`, but may be utilised by the `collision_system`, which may use `position.x` and `position.y` to determine the location of the entity.
See [System](../system/system.md) for more information.
See [System](../system/System.md) for more information.