From ba444de0143df217250cef4202e5387afe445e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=92=D0=B0=D1=81?= =?UTF-8?q?=D0=B8=D0=BB=D1=8C=D0=B5=D0=B2?= Date: Sun, 18 May 2025 13:05:30 +0300 Subject: [PATCH] Fix link to Lua API in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a40d3d917e..58b066bf93 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Check our [Playing the Game](https://github.com/OpenRA/OpenRA/wiki/Playing-the-g ## Mapping * We offer a [Mapping](https://github.com/OpenRA/OpenRA/wiki/Mapping) Tutorial as you can change gameplay drastically with custom rules. -* For scripted mission have a look at the [Lua API](https://docs.openra.net/en/latest/release/lua/). +* For scripted mission have a look at the [Lua API](https://docs.openra.net/en/release/lua/). * If you want to share your maps with the community, upload them at the [OpenRA Resource Center](https://resource.openra.net). ## Modding