summaryrefslogtreecommitdiff
path: root/CODING_GUIDELINES.md
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2018-04-22 00:15:16 -0700
committerMatt Clay <matt@mystile.com>2018-04-23 11:33:56 -0700
commitc262dbfd308d2d98de078d82465982a0fbd60dc9 (patch)
tree415efc1357632d175ecd30c1df347f92bab9c430 /CODING_GUIDELINES.md
parent0d1e9bfe90a2077ee0a07c649a9b4aa833f834a6 (diff)
downloadansible-c262dbfd308d2d98de078d82465982a0fbd60dc9.tar.gz
Use https for links to ansible.com domains.
Diffstat (limited to 'CODING_GUIDELINES.md')
-rw-r--r--CODING_GUIDELINES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CODING_GUIDELINES.md b/CODING_GUIDELINES.md
index 46ca6f2b62..682b3fe7a1 100644
--- a/CODING_GUIDELINES.md
+++ b/CODING_GUIDELINES.md
@@ -20,7 +20,7 @@ PEP 8 and basic style checks
* [PEP 8](https://www.python.org/dev/peps/pep-0008/) is a great Python style guide, which you should read.
* PEP 8 must not be strictly followed in all aspects, but most of it is good advice.
* The line is limited to 160 characters.
- * To run checks for things we care about, use [ansible-test](http://docs.ansible.com/ansible/dev_guide/testing_pep8.html#running-locally).
+ * To run checks for things we care about, use [ansible-test](https://docs.ansible.com/ansible/dev_guide/testing_pep8.html#running-locally).
* Similarly, additional checks can be made with "make pyflakes".
* There is no need to submit code changes for PEP 8 and pyflakes fixes, as these break attribution history. Project leadership will make these periodically.
* Do not submit pull requests that simply adjust whitespace in the code.