From ea16079d13b1d95bdb137a831a0fa1e35d46f0c0 Mon Sep 17 00:00:00 2001 From: Arjan Dikhoff Date: Sun, 13 Oct 2024 15:56:34 +0200 Subject: [PATCH] Fix static download urls --- migrate.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/migrate.py b/migrate.py index df535bacfec9..4192d16e8cc2 100644 --- a/migrate.py +++ b/migrate.py @@ -155,6 +155,13 @@ ('https://raw.githubusercontent.com/godotengine/godot-docs', 'https://raw.githubusercontent.com/redot-engine/redot-docs'), ('https://github.com/godotengine/', 'https://github.com/redot-engine/'), ('https://chat.godotengine.org/', 'https://discord.gg/a53QyHJZ'), + # These will have to change eventually. + ('https://nightly.link/godotengine/godot-docs/workflows/build_offline_docs/master/godot-docs-html-stable.zip', 'https://nightly.link/Redot-Engine/redot-docs/actions/runs/11314553244/redot-docs-html-stable.zip'), + ('https://nightly.link/godotengine/godot-docs/workflows/build_offline_docs/master/godot-docs-html-master.zip', 'https://nightly.link/Redot-Engine/redot-docs/actions/runs/11314553244/redot-docs-html-master.zip'), + ('https://nightly.link/godotengine/godot-docs/workflows/build_offline_docs/master/godot-docs-html-3.6.zip', 'https://nightly.link/Redot-Engine/redot-docs/actions/runs/11314553244/redot-docs-html-3.6.zip'), + ('https://nightly.link/godotengine/godot-docs/workflows/build_offline_docs/master/godot-docs-epub-stable.zip', 'https://nightly.link/Redot-Engine/redot-docs/actions/runs/11314553244/redot-docs-epub-stable.zip'), + ('https://nightly.link/godotengine/godot-docs/workflows/build_offline_docs/master/godot-docs-epub-master.zip', 'https://nightly.link/Redot-Engine/redot-docs/actions/runs/11314553244/redot-docs-epub-master.zip'), + ('https://nightly.link/godotengine/godot-docs/workflows/build_offline_docs/master/godot-docs-epub-3.6.zip>', 'https://nightly.link/Redot-Engine/redot-docs/actions/runs/11314553244/redot-docs-epub-3.6.zip'), # Generic replacements ('GODOT_COPYRIGHT.txt', 'REDOT_COPYRIGHT.txt'), ('godotengine.org', 'redotengine.org'),