diff options
author | Spartan322 <Megacake1234@gmail.com> | 2024-10-31 15:59:09 -0400 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2024-10-31 16:43:22 -0400 |
commit | dcfa4ef25a0a821db0cd2e5b16a5024df1dddc67 (patch) | |
tree | 67e59df10778225882d600afb90053ebfe113efe /editor/editor_help.cpp | |
parent | 632a9c68d2fa6cfbe91d95cf1869fc95b6a41fb6 (diff) | |
download | redot-engine-dcfa4ef25a0a821db0cd2e5b16a5024df1dddc67.tar.gz |
Fix remainder of godotengine references
(cherry picked from commit 1d62a70c5bb74dfbffffe1c018a861719e93e7ae)
Diffstat (limited to 'editor/editor_help.cpp')
-rw-r--r-- | editor/editor_help.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_help.cpp b/editor/editor_help.cpp index e6d2ad3f65..a5a89eabb6 100644 --- a/editor/editor_help.cpp +++ b/editor/editor_help.cpp @@ -68,7 +68,7 @@ #define CONTRIBUTE_URL vformat("%s/contributing/documentation/updating_the_class_reference.html", VERSION_DOCS_URL) #ifdef MODULE_MONO_ENABLED -// Sync with the types mentioned in https://docs.godotengine.org/en/stable/tutorials/scripting/c_sharp/c_sharp_differences.html +// Sync with the types mentioned in https://docs.redotengine.org/en/stable/tutorials/scripting/c_sharp/c_sharp_differences.html const Vector<String> classes_with_csharp_differences = { "@GlobalScope", "String", |