summaryrefslogtreecommitdiffstats
path: root/editor/doc_tools.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/doc_tools.cpp')
-rw-r--r--editor/doc_tools.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/doc_tools.cpp b/editor/doc_tools.cpp
index 3d437618e3..171f1c5d83 100644
--- a/editor/doc_tools.cpp
+++ b/editor/doc_tools.cpp
@@ -1637,7 +1637,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">)",