summaryrefslogtreecommitdiff
path: root/contributing.md
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2018-03-13 17:19:44 -0400
committerChris McDonough <chrism@plope.com>2018-03-13 17:19:44 -0400
commitbf59bd87ce2d8dc35f9585087623528bb58363a3 (patch)
treeea5cb12fee6e4453bb8e0bf6b943e1451de7cc73 /contributing.md
parentb2e8884a94d9e869bf29ea55298ad308f16ed420 (diff)
parent47ff29297c65ae2c8da06a5bb2f361f806681ced (diff)
downloadpyramid-bf59bd87ce2d8dc35f9585087623528bb58363a3.tar.gz
pyramid-bf59bd87ce2d8dc35f9585087623528bb58363a3.tar.bz2
pyramid-bf59bd87ce2d8dc35f9585087623528bb58363a3.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'contributing.md')
-rw-r--r--contributing.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/contributing.md b/contributing.md
index 9deeee035..3b960c1e1 100644
--- a/contributing.md
+++ b/contributing.md
@@ -3,9 +3,9 @@ Contributing
All projects under the Pylons Projects, including this one, follow the
guidelines established at [How to
-Contribute](http://www.pylonsproject.org/community/how-to-contribute) and
+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.
@@ -26,9 +26,9 @@ listed below.
* [master](https://github.com/Pylons/pyramid/) - The branch on which further
development takes place. The default branch on GitHub.
-* [1.8-branch](https://github.com/Pylons/pyramid/tree/1.8-branch) - The branch
+* [1.9-branch](https://github.com/Pylons/pyramid/tree/1.9-branch) - The branch
classified as "stable" or "latest".
-* [1.7-branch](https://github.com/Pylons/pyramid/tree/1.7-branch) - The oldest
+* [1.8-branch](https://github.com/Pylons/pyramid/tree/1.8-branch) - The oldest
actively maintained and stable branch.
Older branches are not actively maintained. In general, two stable branches and
@@ -49,7 +49,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.