Skip to content

Commit

Permalink
fix: update wrong repo link parts migrate.py (Redot-Engine#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
kedras authored Oct 17, 2024
1 parent 9639ac5 commit 9de7b90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migrate.py
Original file line number Diff line number Diff line change
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 9de7b90

Please sign in to comment.