diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-01-29 02:48:10 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-01-29 02:48:10 +0100 |
commit | 68eae6b6e993b1e7cafa4713ce30222641eb4ef9 (patch) | |
tree | 814989fd591e0f1af8f6ff21df38989fb5fac73c /CONTRIBUTING.md | |
parent | 6a5ffb8f6eb1ff36d3fa69659e48b7a6b77d1f2a (diff) | |
download | redot-engine-68eae6b6e993b1e7cafa4713ce30222641eb4ef9.tar.gz |
Fix some URLs to use HTTPS when available
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c27bee2b5c..b1afaaccfd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -80,7 +80,7 @@ In addition to the following tips, also take a look at the [Engine development guide](https://docs.godotengine.org/en/latest/development/cpp/) for an introduction to developing on Godot. -The [Contributing docs](http://docs.godotengine.org/en/latest/community/contributing/index.html) +The [Contributing docs](https://docs.godotengine.org/en/latest/community/contributing/index.html) also have important information on the PR workflow and the code style we use. #### Be nice to the git history @@ -102,7 +102,7 @@ Internet). This git style guide has some good practices to have in mind: [Git Style Guide](https://github.com/agis-/git-style-guide) -See our [PR workflow](http://docs.godotengine.org/en/latest/community/contributing/pr_workflow.html) +See our [PR workflow](https://docs.godotengine.org/en/latest/community/contributing/pr_workflow.html) documentation for tips on using Git, amending commits and rebasing branches. #### Format your commit logs with readability in mind |