summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Snopek <dsnopek@gmail.com>2024-01-22 08:57:08 -0600
committerGitHub <noreply@github.com>2024-01-22 08:57:08 -0600
commit36847f6af0be548bae96429fa84d59f407b51582 (patch)
treee213d0153518cd30c875fde5ce5bda8ecfde1281
parent0145e900f335fa3691564bb51080125b51c38c52 (diff)
parent8a535d0ecc473e9c8221342363bb295c11ba6bd5 (diff)
downloadredot-cpp-36847f6af0be548bae96429fa84d59f407b51582.tar.gz
Merge pull request #1370 from MJacred/patch-1
Update README: fix godot-cpp issue tracker url
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9766fb9..f4f3be0 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ first-party `godot-cpp` extension.
Some compatibility breakage is to be expected as GDExtension and `godot-cpp`
get more used, documented, and critical issues get resolved. See the
[Godot issue tracker](https://github.com/godotengine/godot/issues?q=is%3Aissue+is%3Aopen+label%3Atopic%3Agdextension)
-and the [godot-cpp issue tracker](https://github.com/godotengine/godot/issues)
+and the [godot-cpp issue tracker](https://github.com/godotengine/godot-cpp/issues)
for a list of known issues, and be sure to provide feedback on issues and PRs
which affect your use of this extension.