summaryrefslogtreecommitdiff
path: root/contributing.md
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2017-06-26 03:48:21 -0700
committerSteve Piercy <web@stevepiercy.com>2017-06-26 03:48:21 -0700
commit19d341b5be789e97000d3dcbd33de75d8b061829 (patch)
tree4fe4eef2b79438f136d80df8dbf8e63e0fc24976 /contributing.md
parentefc3780c3038ce66e1560c40bb77eef10a8658cc (diff)
downloadpyramid-19d341b5be789e97000d3dcbd33de75d8b061829.tar.gz
pyramid-19d341b5be789e97000d3dcbd33de75d8b061829.tar.bz2
pyramid-19d341b5be789e97000d3dcbd33de75d8b061829.zip
change http://docs.pylonsproject.org to https
- use correct URL for code style - use correct Pyramid version for zodb wiki src file template
Diffstat (limited to 'contributing.md')
-rw-r--r--contributing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contributing.md b/contributing.md
index 5e0ac53bf..fec4f4f27 100644
--- a/contributing.md
+++ b/contributing.md
@@ -5,7 +5,7 @@ All projects under the Pylons Projects, including this one, follow the
guidelines established at [How to
Contribute](https://pylonsproject.org/community-how-to-contribute.html) and
[Coding Style and
-Standards](http://docs.pylonsproject.org/en/latest/community/codestyle.html).
+Standards](https://pylonsproject.org/community-coding-style-standards.html).
You can contribute to this project in several ways.
@@ -51,7 +51,7 @@ Building documentation for a Pylons Project project
improve the process for Windows users are welcome by submitting an issue or a
pull request. Windows users may find it helpful to follow the guide [Installing
Pyramid on a Windows
-System](http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/install.html#installing-pyramid-on-a-windows-system).
+System](https://docs.pylonsproject.org/projects/pyramid/en/latest/narr/install.html#installing-pyramid-on-a-windows-system).
1. Fork the repo on GitHub by clicking the [Fork] button.
2. Clone your fork into a workspace on your local machine.