Skip to content

Commit

Permalink
Fix URLs to moved docs pages
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga committed Apr 5, 2017
1 parent e96f329 commit 4989cc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Official binaries for the Godot editor and the export templates can be found

#### Compiling from source

[See the official docs](http://docs.godotengine.org/en/latest/reference/_compiling.html)
[See the official docs](http://docs.godotengine.org/en/latest/development/compiling/)
for compilation instructions for every supported platform.

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

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

The official demos are maintained in their own [GitHub repository](https://github.com/godotengine/godot-demo-projects)
Expand Down
2 changes: 1 addition & 1 deletion doc/tools/doc_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def make_output(self):
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:
Expand Down

0 comments on commit 4989cc3

Please sign in to comment.