From 8d8b7ad3a67abef492636e65c4c76ee779b71d60 Mon Sep 17 00:00:00 2001 From: Brychan Dempsey Date: Sun, 6 Jun 2021 14:02:52 +1200 Subject: [PATCH] Fixed links --- docs/component/Component.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/component/Component.md b/docs/component/Component.md index 9f6d3d7..2034612 100644 --- a/docs/component/Component.md +++ b/docs/component/Component.md @@ -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.