Skip to content

Commit

Permalink
New download links
Browse files Browse the repository at this point in the history
  • Loading branch information
adikhoff committed Oct 14, 2024
1 parent 0cce9bb commit fda2371
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,12 @@
# Mappings that should work on first migration
mappings = [
# 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'),
('https://nightly.link/godotengine/godot-docs/workflows/build_offline_docs/master/godot-docs-html-stable.zip', 'https://download.redotengine.org/docs/redot-docs-html-stable.zip'),
('https://nightly.link/godotengine/godot-docs/workflows/build_offline_docs/master/godot-docs-html-master.zip', 'https://download.redotengine.org/docs/redot-docs-html-master.zip'),
('https://nightly.link/godotengine/godot-docs/workflows/build_offline_docs/master/godot-docs-html-3.6.zip', 'https://download.redotengine.org/docs/redot-docs-html-3.6.zip'),
('https://nightly.link/godotengine/godot-docs/workflows/build_offline_docs/master/godot-docs-epub-stable.zip', 'https://download.redotengine.org/docs/redot-docs-epub-stable.zip'),
('https://nightly.link/godotengine/godot-docs/workflows/build_offline_docs/master/godot-docs-epub-master.zip', 'https://download.redotengine.org/docs/redot-docs-epub-master.zip'),
('https://nightly.link/godotengine/godot-docs/workflows/build_offline_docs/master/godot-docs-epub-3.6.zip', 'https://download.redotengine.org/docs/redot-docs-epub-3.6.zip'),
# Table breakers
('| ``"Please include this when reporting the bug on: https://github.com/godotengine/godot/issues"`` |', '| ``"Please include this when reporting the bug on: https://github.com/redot-engine/godot/issues"``|'),
('https://github.com/godotengine/godot/pull/40364>`_ for more. |', 'https://github.com/redot-engine/redot/pull/40364>`_ for more. |'),
Expand Down

0 comments on commit fda2371

Please sign in to comment.