diff --git a/site/docs/05-entity-component-system/05.1-entities.mdx b/site/docs/05-entity-component-system/05.1-entities.mdx index 2b3130b0f..aa1027a3d 100644 --- a/site/docs/05-entity-component-system/05.1-entities.mdx +++ b/site/docs/05-entity-component-system/05.1-entities.mdx @@ -8,7 +8,7 @@ An [[Entity]] in is an empty container for [[Component|Components]] which store They are useful for defining bare bones game objects with custom behavior. -If you want a batteries included prebuilt Entity use an [[Actor]], read more [here](/docs/actor). Remember an Excalibur [[Actor]] is just an Entity with a list of prebuilt components and some useful apis built over them. +If you want a batteries included prebuilt Entity use an [[Actor]], read more [here](/docs/actors). Remember an Excalibur [[Actor]] is just an Entity with a list of prebuilt components and some useful apis built over them. ## Entity