From 3ab1d970e2a94e2d48586193a39cbd5a382b22ea Mon Sep 17 00:00:00 2001 From: Ukendio Date: Sat, 26 Jul 2025 02:37:51 +0200 Subject: [PATCH] Remove dead links --- docs/learn/overview.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/learn/overview.md b/docs/learn/overview.md index ad18464..069308d 100755 --- a/docs/learn/overview.md +++ b/docs/learn/overview.md @@ -715,7 +715,4 @@ This page takes wording and terminology directly from Flecs, the first ECS with ## Next Steps -- [Performance Guide](./performance.md) - Learn about optimization and best practices -- [Common Patterns](./patterns.md) - ECS patterns and best practices - [API Reference](../api/jecs.md) - Complete API documentation -- [Examples](../../examples/) - Code examples and patterns