diff options
| author | Spartan322 <Megacake1234@gmail.com> | 2024-10-31 15:59:09 -0400 |
|---|---|---|
| committer | Spartan322 <Megacake1234@gmail.com> | 2024-10-31 15:59:09 -0400 |
| commit | 1d62a70c5bb74dfbffffe1c018a861719e93e7ae (patch) | |
| tree | 35fff970a172d5dbbe5b5d28b05c6da9b40d8cb4 /editor/editor_help.cpp | |
| parent | b3f67a970f451695f0b0a56f9a491ebc9cad673d (diff) | |
| download | redot-engine-1d62a70c5bb74dfbffffe1c018a861719e93e7ae.tar.gz | |
Fix remainder of godotengine references
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 47d8ca4dc1..5e1d9b4ded 100644 --- a/editor/editor_help.cpp +++ b/editor/editor_help.cpp @@ -67,7 +67,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", |
