From 10c704c6f43bd8cce5207fb834e4064ad536153d Mon Sep 17 00:00:00 2001 From: Ales Kedroutek Date: Thu, 24 Oct 2024 17:48:48 +0200 Subject: [PATCH] fix: update broken links in migrate.py (#33) (#34) * Remove note in Submitting to Asset Library * fix: update broken links in migrate.py (#33) * fix: update wrong repo link parts migrate.py (#26) --------- Co-authored-by: tetrapod00 <145553014+tetrapod00@users.noreply.github.com> Co-authored-by: Max Hilbrunner Co-authored-by: George L. Albany --- community/asset_library/submitting_to_assetlib.rst | 6 ------ migrate.py | 10 +++++----- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/community/asset_library/submitting_to_assetlib.rst b/community/asset_library/submitting_to_assetlib.rst index 89a38c03ad3..c4c5c5ae76c 100644 --- a/community/asset_library/submitting_to_assetlib.rst +++ b/community/asset_library/submitting_to_assetlib.rst @@ -211,12 +211,6 @@ You can check all assets currently pending a review `here `_, - or the official Discord server. - You will be informed when your asset is reviewed. If it was rejected, you will be told why that may have been, and you will be able to submit it again with the appropriate changes. diff --git a/migrate.py b/migrate.py index 4a857ec1b79..70b9283c835 100644 --- a/migrate.py +++ b/migrate.py @@ -154,11 +154,11 @@ ('https://godotengine.org/community', 'https://www.redot.org'), ('https://nightly.link/godotengine/godot-docs/workflows/build_offline_docs/master/godot', 'https://nightly.link/redot-engine/redot-docs/workflows/build_offline_docs/master/redot'), ('https://github.com/godotengine/godot-docs/issues', 'https://github.com/redot-engine/redot-docs/issues'), - ('https://github.com/godotengine/godot/blob/master', 'https://github.com/redot-engine/redot/blob/master'), - ('https://raw.githubusercontent.com/godotengine/godot/master', 'https://raw.githubusercontent.com/redot-engine/redot/master'), + ('https://github.com/godotengine/godot/blob/master', 'https://github.com/redot-engine/redot-engine/blob/master'), + ('https://raw.githubusercontent.com/godotengine/godot/master', 'https://raw.githubusercontent.com/redot-engine/redot-engine/master'), ('https://github.com/godotengine/godot-demo-projects', 'https://github.com/redot-engine/redot-demo-projects'), ('https://discord.gg/bdcfAYM4W9', 'https://discord.gg/redot'), - ('https://github.com/godotengine/godot', 'https://github.com/redot-engine/redot'), + ('https://github.com/godotengine/godot', 'https://github.com/redot-engine/redot-engine'), ('https://github.com/godotengine/godot-proposals', 'https://github.com/redot-engine/redot-proposals'), ('https://raw.githubusercontent.com/godotengine/godot-docs', 'https://raw.githubusercontent.com/redot-engine/redot-docs'), ('https://github.com/godotengine/', 'https://github.com/redot-engine/'), @@ -189,10 +189,10 @@ ('godot.jpg', 'redot.jpg'), ('godot.png', 'redot.png'), ('"godot_', '"redot_'), - ('"godotengine"', '"redotengine"'), + ('"godotengine"', '"redot-engine"'), ('GodotEngine', 'RedotEngine'), ('godot-giscus', 'redot-giscus'), - ('"godotengine/', '"redotengine/'), + ('"godotengine/', '"redot-engine/'), ('godot_is_latest', 'redot_is_latest'), ('godot-edit-guideline', 'redot-edit-guideline'), ('_godot_', '_redot_'),