summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--editor/export/export_template_manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/export/export_template_manager.cpp b/editor/export/export_template_manager.cpp
index 63c5f5c21a..abaf3cd833 100644
--- a/editor/export/export_template_manager.cpp
+++ b/editor/export/export_template_manager.cpp
@@ -238,7 +238,7 @@ void ExportTemplateManager::_refresh_mirrors() {
is_refreshing_mirrors = true;
String current_version = VERSION_FULL_CONFIG;
- const String mirrors_metadata_url = "https://redotengine.org/mirrorlist/" + current_version + ".json";
+ const String mirrors_metadata_url = "https://redotengine.org/api/mirrorlists/" + current_version + ".json";
request_mirrors->request(mirrors_metadata_url);
}