Skip to content

Commit

Permalink
fix: update broken links in migrate.py (#33) (#34)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: Max Hilbrunner <[email protected]>
Co-authored-by: George L. Albany <[email protected]>
  • Loading branch information
4 people authored Oct 24, 2024
1 parent 8ca61d7 commit 10c704c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
6 changes: 0 additions & 6 deletions community/asset_library/submitting_to_assetlib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,6 @@ You can check all assets currently pending a review `here <https://godotengine.o
The approval process is manual and may take up to a few days for your asset to be accepted (or rejected), so please
be patient!

.. note::

You may have some luck accelerating the approval process by messaging the
moderators and AssetLib reviewers on the `Godot Contributors Chat <https://chat.godotengine.org/>`_,
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.
Expand Down
10 changes: 5 additions & 5 deletions migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/'),
Expand Down Expand Up @@ -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_'),
Expand Down

0 comments on commit 10c704c

Please sign in to comment.