From f25c4df5c477f58d6839d6a63a3768540940862f Mon Sep 17 00:00:00 2001 From: MJacred Date: Mon, 9 Jun 2025 11:49:03 +0200 Subject: [PATCH] Fix URL to gdextension cpp example in the official docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac267733e..0b572bb98 100644 --- a/README.md +++ b/README.md @@ -140,4 +140,4 @@ See the [godot-cpp-template](https://github.com/godotengine/godot-cpp-template) generic reusable template. Or checkout the code for the [Summator example](https://github.com/paddy-exe/GDExtensionSummator) -as shown in the [official documentation](https://docs.godotengine.org/en/latest/tutorials/scripting/gdextension/gdextension_cpp_example.html). +as shown in the [official documentation](https://docs.godotengine.org/en/latest/tutorials/scripting/cpp/gdextension_cpp_example.html).