diff --git a/README-RU.md b/README-RU.md index 7939506..63fe803 100644 --- a/README-RU.md +++ b/README-RU.md @@ -1036,7 +1036,7 @@ public struct WorldComponent : IEcsWorldComponent * [Классическая C# многопоточность](https://github.com/DCFApixels/DragonECS-ClassicThreads) * [Recursivity](https://github.com/DCFApixels/DragonECS-Recursivity) * [Hybrid](https://github.com/DCFApixels/DragonECS-Hybrid) - * Графы (Work in progress) + * [Графы](https://github.com/DCFApixels/DragonECS-Graphs) * Утилиты: * [Упрощенный синтаксис](https://gist.github.com/DCFApixels/d7bfbfb8cb70d141deff00be24f28ff0) * [Однокадровые компоненты](https://gist.github.com/DCFApixels/46d512dbcf96c115b94c3af502461f60) diff --git a/README-ZH.md b/README-ZH.md index 5e4b530..8b1e58c 100644 --- a/README-ZH.md +++ b/README-ZH.md @@ -1003,7 +1003,7 @@ public struct WorldComponent : IEcsWorldComponent * [经典C#多线程](https://github.com/DCFApixels/DragonECS-ClassicThreads) * [Recursivity](https://github.com/DCFApixels/DragonECS-Recursivity) * [Hybrid](https://github.com/DCFApixels/DragonECS-Hybrid) - * Graphs (Work in progress) + * [Graphs](https://github.com/DCFApixels/DragonECS-Graphs) * Utilities: * [简单语法](https://gist.github.com/DCFApixels/d7bfbfb8cb70d141deff00be24f28ff0) * [单帧组件](https://gist.github.com/DCFApixels/46d512dbcf96c115b94c3af502461f60) diff --git a/README.md b/README.md index b7cc9a0..9bdb823 100644 --- a/README.md +++ b/README.md @@ -1008,7 +1008,7 @@ public struct WorldComponent : IEcsWorldComponent * [Classic C# multithreading](https://github.com/DCFApixels/DragonECS-ClassicThreads) * [Recursivity](https://github.com/DCFApixels/DragonECS-Recursivity) * [Hybrid](https://github.com/DCFApixels/DragonECS-Hybrid) - * Graphs (Work in progress) + * [Graphs](https://github.com/DCFApixels/DragonECS-Graphs) * Utilities: * [Simple syntax](https://gist.github.com/DCFApixels/d7bfbfb8cb70d141deff00be24f28ff0) * [One-Frame Components](https://gist.github.com/DCFApixels/46d512dbcf96c115b94c3af502461f60)