From 73c145819a799436c0b9da50ec3a2f074752bd9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Fro=C5=82ow?= Date: Tue, 5 Apr 2022 07:09:39 +0200 Subject: [PATCH] README: fix URL to build-an-ecs blog series (#204) --- ecs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecs/README.md b/ecs/README.md index 95db2051..916454c4 100644 --- a/ecs/README.md +++ b/ecs/README.md @@ -15,7 +15,7 @@ Under heavy development, not ready for use! -As development continues, we're publishing a blog series ["Let's build an Entity Component System from scatch"](https://devlog.hexops.com/categories/lets-build-an-ecs). +As development continues, we're publishing a blog series ["Let's build an Entity Component System from scatch"](https://devlog.hexops.com/categories/build-an-ecs/). Join us in developing it, give us advice, etc. [on Matrix chat](https://matrix.to/#/#ecs:matrix.org) or [follow updates on Twitter](https://twitter.com/machengine).