Commit 4989cc3 1 parent e96f329 commit 4989cc3 Copy full SHA for 4989cc3
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Official binaries for the Godot editor and the export templates can be found
35
35
36
36
#### Compiling from source
37
37
38
- [ See the official docs] ( http://docs.godotengine.org/en/latest/reference/_compiling.html )
38
+ [ See the official docs] ( http://docs.godotengine.org/en/latest/development/compiling/ )
39
39
for compilation instructions for every supported platform.
40
40
41
41
### Community
@@ -52,7 +52,7 @@ on Freenode.
52
52
The official documentation is hosted on [ ReadTheDocs] ( http://docs.godotengine.org ) .
53
53
It is maintained by the Godot community in its own [ GitHub repository] ( https://github.com/godotengine/godot-docs ) .
54
54
55
- The [ class reference] ( http://docs.godotengine.org/en/latest/classes/_classes.html )
55
+ The [ class reference] ( http://docs.godotengine.org/en/latest/classes/ )
56
56
is also accessible from within the engine.
57
57
58
58
The official demos are maintained in their own [ GitHub repository] ( https://github.com/godotengine/godot-demo-projects )
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ def make_output(self):
206
206
output ['overall' ] = (description_progress + items_progress ).to_colored_string ('{percent}%' , '{pad_percent}{s}' )
207
207
208
208
if self .name .startswith ('Total' ):
209
- output ['url' ] = color ('url' , 'http://docs.godotengine.org/en/latest/classes/_classes.html ' )
209
+ output ['url' ] = color ('url' , 'http://docs.godotengine.org/en/latest/classes/' )
210
210
if flags ['s' ]:
211
211
output ['comment' ] = color ('part_good' , 'ALL OK' )
212
212
else :
You can’t perform that action at this time.
0 commit comments