Skip to content

Commit

Permalink
Fix static download urls
Browse files Browse the repository at this point in the history
  • Loading branch information
adikhoff committed Oct 13, 2024
1 parent 58260f2 commit ea16079
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit ea16079

Please sign in to comment.