summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2017-01-22 00:18:20 -0800
committerGitHub <noreply@github.com>2017-01-22 00:18:20 -0800
commitaff6a5df54ff7aafcbae921013c86b8698cfe139 (patch)
tree97c60b79fb1a3c5243542e9bcd7434c6cb2184da
parent468ac4a4c0a0cb9a6dc6c4bb2140745ddf5062dc (diff)
parent8814851b1f0df0c8f5cc6d0a497f9381101fdd45 (diff)
downloadpyramid-aff6a5df54ff7aafcbae921013c86b8698cfe139.tar.gz
pyramid-aff6a5df54ff7aafcbae921013c86b8698cfe139.tar.bz2
pyramid-aff6a5df54ff7aafcbae921013c86b8698cfe139.zip
Merge pull request #2915 from stevepiercy/master
save a redirect
-rw-r--r--README.rst2
-rw-r--r--docs/index.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index b7c03a7ae..f05dd8bbf 100644
--- a/README.rst
+++ b/README.rst
@@ -38,7 +38,7 @@ and deployment more fun, more predictable, and more productive.
server = make_server('0.0.0.0', 8080, app)
server.serve_forever()
-Pyramid is a project of the `Pylons Project <http://www.pylonsproject.org/>`_.
+Pyramid is a project of the `Pylons Project <http://pylonsproject.org/>`_.
Support and Documentation
-------------------------
diff --git a/docs/index.rst b/docs/index.rst
index 668347744..ed5b458ea 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -5,7 +5,7 @@ The Pyramid Web Framework
=========================
:app:`Pyramid` is a small, fast, down-to-earth Python web framework. It is
-developed as part of the `Pylons Project <http://www.pylonsproject.org/>`_.
+developed as part of the `Pylons Project <http://pylonsproject.org/>`_.
It is licensed under a `BSD-like license <http://repoze.org/license.html>`_.
Here is one of the simplest :app:`Pyramid` applications you can make: