summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2018-04-20 19:12:25 +0200
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2018-04-20 19:12:25 +0200
commit1af9a1d6342a50c5dc8ce61dd7b6abf70f94d301 (patch)
treefd364966ad593af91d1b23f6ee47302425198df3 /README.rst
parent081d63e8a6326522b68000a51bba2363b22392d9 (diff)
downloadcherrypy-git-1af9a1d6342a50c5dc8ce61dd7b6abf70f94d301.tar.gz
Replace part of links in docs with https proto
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.rst b/README.rst
index 3cc21614..385f23f7 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,7 @@
:target: https://pypi.org/project/cherrypy
.. image:: https://readthedocs.org/projects/cherrypy/badge/?version=latest
- :target: http://docs.cherrypy.org/en/latest/?badge=latest
+ :target: https://docs.cherrypy.org/en/latest/?badge=latest
.. image:: https://img.shields.io/badge/StackOverflow-CherryPy-blue.svg
:target: https://stackoverflow.com/questions/tagged/cheroot+or+cherrypy
@@ -11,7 +11,7 @@
:target: https://gitter.im/cherrypy/cherrypy
.. image:: https://img.shields.io/travis/cherrypy/cherrypy/master.svg?label=Linux%20build%20%40%20Travis%20CI
- :target: http://travis-ci.org/cherrypy/cherrypy
+ :target: https://travis-ci.org/cherrypy/cherrypy
.. image:: https://circleci.com/gh/cherrypy/cherrypy/tree/master.svg?style=svg
:target: https://circleci.com/gh/cherrypy/cherrypy/tree/master
@@ -25,8 +25,8 @@
.. image:: https://img.shields.io/pypi/pyversions/cherrypy.svg
:target: https://pypi.org/project/cherrypy
-.. image:: http://badges.github.io/stability-badges/dist/stable.svg
- :target: http://github.com/badges/stability-badges
+.. image:: https://badges.github.io/stability-badges/dist/stable.svg
+ :target: https://github.com/badges/stability-badges
:alt: stable
.. image:: https://api.codacy.com/project/badge/Grade/48b11060b5d249dc86e52dac2be2c715
@@ -36,7 +36,7 @@
:target: https://codecov.io/gh/cherrypy/cherrypy
:alt: codecov
-Welcome to the GitHub repository of `CherryPy <http://cherrypy.org/>`_!
+Welcome to the GitHub repository of `CherryPy <https://cherrypy.org/>`_!
CherryPy is a pythonic, object-oriented HTTP framework.
@@ -69,7 +69,7 @@ and/or API.
While CherryPy is one of the easiest and most intuitive frameworks out
there, the prerequisite for understanding the `CherryPy
-documentation <http://docs.cherrypy.org/en/latest/>`_ is that you have
+documentation <https://docs.cherrypy.org/en/latest/>`_ is that you have
a general understanding of Python and web development.
Additionally:
@@ -80,12 +80,12 @@ Additionally:
If the docs are insufficient to address your needs, the CherryPy
community has several `avenues for support
-<http://docs.cherrypy.org/en/latest/support.html>`_.
+<https://docs.cherrypy.org/en/latest/support.html>`_.
Contributing
------------
Please follow the `contribution guidelines
-<http://docs.cherrypy.org/en/latest/contribute.html>`_.
+<https://docs.cherrypy.org/en/latest/contribute.html>`_.
And by all means, absorb the `Zen of
CherryPy <https://github.com/cherrypy/cherrypy/wiki/The-Zen-of-CherryPy>`_.