From 0541f80b5d4ac34c5981f5b9d14c49cf10af82a3 Mon Sep 17 00:00:00 2001 From: Ukendio Date: Sun, 18 May 2025 23:02:16 +0200 Subject: [PATCH] Fix hyperlinks --- docs/resources.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/resources.md b/docs/resources.md index a0d1523..8ce8116 100644 --- a/docs/resources.md +++ b/docs/resources.md @@ -41,10 +41,10 @@ A collection of third-party jecs addons made by the community. If you would like #### [jabby](https://github.com/alicesaidhi/jabby) A jecs debugger with a string-based query language and entity editing capabilities. -#### [jecs_entity_visualiser](https://github.com/Ukendio/jecs/blob/main/addons/entity_visualiser.luau) +#### [jecs_entity_visualiser](https://github.com/Ukendio/jecs/blob/main/tools/entity_visualiser.luau) A simple entity and component visualiser in the output -#### [jecs_lifetime_tracker](https://github.com/Ukendio/jecs/blob/main/addons/lifetime_tracker.luau) +#### [jecs_lifetime_tracker](https://github.com/Ukendio/jecs/blob/main/tools/lifetime_tracker.luau) A tool for inspecting entity lifetimes ### Helpers