From 67a4c2c59f27ceae436efd221f43c49b6ac24cb4 Mon Sep 17 00:00:00 2001 From: Muhammad Muhajir Date: Thu, 25 Apr 2024 09:35:32 +0700 Subject: [PATCH] docs: Fix actor url typo (#3026) --- site/docs/05-entity-component-system/05.1-entities.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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