From 96ae09a2eb5e928d147759a610e43c5c0980100b Mon Sep 17 00:00:00 2001
From: Lars Frost <larsf@fsmpi.rwth-aachen.de>
Date: Thu, 4 Jul 2024 20:22:28 +0200
Subject: [PATCH] Link more community godot forks

---
 sections/godot.typ | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sections/godot.typ b/sections/godot.typ
index 13bc01a..c1bafff 100644
--- a/sections/godot.typ
+++ b/sections/godot.typ
@@ -8,7 +8,7 @@
 It uses an object-oriented programming model and has its own scripting language #link("https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/index.html")[GDScript] with optional typing and python-like syntax.
 It also supports #link("https://docs.godotengine.org/en/stable/tutorials/scripting/c_sharp/index.html")[C\#/.NET]
 and has native bindings called GDExtensions for C and C++.
-There are also several community-maintained language bindings like #link("https://github.com/utopia-rise/godot-kotlin-jvm")[Kotlin]
+There are also several #link("https://github.com/Godot-Languages-Support/godot-lang-support")[community-maintained language bindings] like #link("https://github.com/utopia-rise/godot-kotlin-jvm")[Kotlin]
 or #link("https://github.com/Geequlim/ECMAScript")[JavaScript/TypeScript] with a modified base engine or #link("https://docs.godotengine.org/en/stable/tutorials/scripting/gdextension/what_is_gdextension.html#supported-languages")[Rust, Go, and Swift] for GDExtensions.
 However, I advise using GDScript or C\# as they have the best support, and have a programming model fitting the engine.
 ]
-- 
GitLab