diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-11-05 08:46:27 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-11-05 08:46:27 +0100 |
commit | 5f8af252e87735f7577cc985cbe6ff6f1b3b56f8 (patch) | |
tree | 544bfc4b412f3e3f892242c75d1e46f69d59c64b /README.md | |
parent | 935537c53191e7430a77949eab6b1e50841c19bd (diff) |
doc: Use HTTPS for docs.godotengine.org and point to latest branch
Fixes #23509.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -37,7 +37,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/development/compiling/) +[See the official docs](https://docs.godotengine.org/en/latest/development/compiling/) for compilation instructions for every supported platform. ### Community and contributing @@ -53,10 +53,10 @@ To get started contributing to the project, see the [contributing guide](CONTRIB ### Documentation and demos -The official documentation is hosted on [ReadTheDocs](http://docs.godotengine.org). +The official documentation is hosted on [ReadTheDocs](https://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/) +The [class reference](https://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) |