summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-11-05 08:46:27 +0100
committerRémi Verschelde <rverschelde@gmail.com>2018-11-05 08:46:27 +0100
commit5f8af252e87735f7577cc985cbe6ff6f1b3b56f8 (patch)
tree544bfc4b412f3e3f892242c75d1e46f69d59c64b /CONTRIBUTING.md
parent935537c53191e7430a77949eab6b1e50841c19bd (diff)
downloadredot-engine-5f8af252e87735f7577cc985cbe6ff6f1b3b56f8.tar.gz
doc: Use HTTPS for docs.godotengine.org and point to latest branch
Fixes #23509.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2ea2ed6bba..a8e4650710 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -71,7 +71,7 @@ discuss the implementation in the bug report first if you are not 100% about
what would be the best fix.
In addition to the following tips, also take a look at the
-[Engine development guide](http://docs.godotengine.org/en/latest/development/cpp/)
+[Engine development guide](https://docs.godotengine.org/en/latest/development/cpp/)
for an introduction to developing on Godot.
#### Be nice to the git history