Skip to content

Commit 4989cc3

Browse files
committed
Fix URLs to moved docs pages
Closes godotengine#8266.
1 parent e96f329 commit 4989cc3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Official binaries for the Godot editor and the export templates can be found
3535

3636
#### Compiling from source
3737

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/)
3939
for compilation instructions for every supported platform.
4040

4141
### Community
@@ -52,7 +52,7 @@ on Freenode.
5252
The official documentation is hosted on [ReadTheDocs](http://docs.godotengine.org).
5353
It is maintained by the Godot community in its own [GitHub repository](https://github.com/godotengine/godot-docs).
5454

55-
The [class reference](http://docs.godotengine.org/en/latest/classes/_classes.html)
55+
The [class reference](http://docs.godotengine.org/en/latest/classes/)
5656
is also accessible from within the engine.
5757

5858
The official demos are maintained in their own [GitHub repository](https://github.com/godotengine/godot-demo-projects)

doc/tools/doc_status.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def make_output(self):
206206
output['overall'] = (description_progress + items_progress).to_colored_string('{percent}%', '{pad_percent}{s}')
207207

208208
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/')
210210
if flags['s']:
211211
output['comment'] = color('part_good', 'ALL OK')
212212
else:

0 commit comments

Comments
 (0)