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/doc_tools.cpp | |
parent | b3f67a970f451695f0b0a56f9a491ebc9cad673d (diff) | |
download | redot-engine-1d62a70c5bb74dfbffffe1c018a861719e93e7ae.tar.gz |
Fix remainder of godotengine references
Diffstat (limited to 'editor/doc_tools.cpp')
-rw-r--r-- | editor/doc_tools.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/doc_tools.cpp b/editor/doc_tools.cpp index aaf0dd5b78..36c2a839e6 100644 --- a/editor/doc_tools.cpp +++ b/editor/doc_tools.cpp @@ -1623,7 +1623,7 @@ Error DocTools::save_classes(const String &p_default_path, const HashMap<String, // Modules are nested deep, so change the path to reference the same schema everywhere. schema_path = save_path.contains("modules/") ? "../../../doc/class.xsd" : "../class.xsd"; } else { - schema_path = "https://raw.githubusercontent.com/godotengine/godot/master/doc/class.xsd"; + schema_path = "https://raw.githubusercontent.com/Redot-Engine/redot-engine/master/doc/class.xsd"; } header += vformat( R"( xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="%s">)", |