diff options
author | David Snopek <dsnopek@gmail.com> | 2024-01-22 08:57:08 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-22 08:57:08 -0600 |
commit | 36847f6af0be548bae96429fa84d59f407b51582 (patch) | |
tree | e213d0153518cd30c875fde5ce5bda8ecfde1281 | |
parent | 0145e900f335fa3691564bb51080125b51c38c52 (diff) | |
parent | 8a535d0ecc473e9c8221342363bb295c11ba6bd5 (diff) | |
download | redot-cpp-36847f6af0be548bae96429fa84d59f407b51582.tar.gz |
Merge pull request #1370 from MJacred/patch-1
Update README: fix godot-cpp issue tracker url
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |