Steve Piercy
2018-09-22 e22970cd21eb36c2a658c843bb5cb4f59d77fd19
README.rst
@@ -6,12 +6,8 @@
        :alt: 1.8-branch Travis CI Status
.. image:: https://readthedocs.org/projects/pyramid/badge/?version=1.8-branch
        :target: http://docs.pylonsproject.org/projects/pyramid/en/1.8-branch/
        :target: https://docs.pylonsproject.org/projects/pyramid/en/1.8-branch/
        :alt: 1.8-branch Documentation Status
.. image:: https://readthedocs.org/projects/pyramid/badge/?version=latest
        :target: http://docs.pylonsproject.org/projects/pyramid/en/latest/
        :alt: Latest Documentation Status
.. image:: https://img.shields.io/badge/irc-freenode-blue.svg
        :target: https://webchat.freenode.net/?channels=pyramid
@@ -38,13 +34,13 @@
       server = make_server('0.0.0.0', 8080, app)
       server.serve_forever()
Pyramid is a project of the `Pylons Project <http://pylonsproject.org/>`_.
Pyramid is a project of the `Pylons Project <https://pylonsproject.org/>`_.
Support and Documentation
-------------------------
See `Pyramid Support and Development
<http://docs.pylonsproject.org/projects/pyramid/en/latest/#support-and-development>`_
<https://docs.pylonsproject.org/projects/pyramid/en/latest/#support-and-development>`_
for documentation, reporting bugs, and getting support.
Developing and Contributing