summaryrefslogtreecommitdiff
path: root/HACKING.txt
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2017-06-26 04:12:28 -0700
committerGitHub <noreply@github.com>2017-06-26 04:12:28 -0700
commitea593f9dd35df6892fa73061dda22fdf8a8a6055 (patch)
tree4fe4eef2b79438f136d80df8dbf8e63e0fc24976 /HACKING.txt
parentefc3780c3038ce66e1560c40bb77eef10a8658cc (diff)
parent19d341b5be789e97000d3dcbd33de75d8b061829 (diff)
downloadpyramid-ea593f9dd35df6892fa73061dda22fdf8a8a6055.tar.gz
pyramid-ea593f9dd35df6892fa73061dda22fdf8a8a6055.tar.bz2
pyramid-ea593f9dd35df6892fa73061dda22fdf8a8a6055.zip
Merge pull request #3103 from stevepiercy/master
change http://docs.pylonsproject.org to https
Diffstat (limited to 'HACKING.txt')
-rw-r--r--HACKING.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.txt b/HACKING.txt
index bbebb5165..3e7ddd089 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -140,7 +140,7 @@ Coding Style
- PEP8 compliance. Whitespace rules are relaxed: not necessary to put two
newlines between classes. But 79-column lines, in particular, are mandatory.
- See http://docs.pylonsproject.org/en/latest/community/codestyle.html for more
+ See https://pylonsproject.org/community-coding-style-standards.html for more
information.
- Please do not remove trailing whitespace. Configure your editor to reduce