1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-17 14:11:06 +00:00

Fix URLs to moved docs pages

Closes #8266.

(cherry picked from commit 4989cc3617)
This commit is contained in:
Rémi Verschelde
2017-04-05 07:34:27 +02:00
parent 99f65fcb4f
commit 9391641356
2 changed files with 3 additions and 3 deletions

View File

@@ -202,7 +202,7 @@ class ClassStatus:
output['overall'] = (description_progress + items_progress).to_colored_string('{percent}%', '{pad_percent}{s}')
if self.name.startswith('Total'):
output['url'] = color('url', 'http://docs.godotengine.org/en/latest/classes/_classes.html')
output['url'] = color('url', 'http://docs.godotengine.org/en/latest/classes/')
if flags['s']:
output['comment'] = color('part_good', 'ALL OK')
else: