summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/CONTRIBUTING.rst2
-rw-r--r--.github/ISSUE_TEMPLATE.md2
-rw-r--r--CHANGES.rst2
-rw-r--r--README.rst16
4 files changed, 11 insertions, 11 deletions
diff --git a/.github/CONTRIBUTING.rst b/.github/CONTRIBUTING.rst
index b61da1f7..dd21f753 100644
--- a/.github/CONTRIBUTING.rst
+++ b/.github/CONTRIBUTING.rst
@@ -28,5 +28,5 @@ python version, and any other related software versions.
Also
----
-See `Contributing <http://docs.cherrypy.org/en/latest/contribute.html>`_ in
+See `Contributing <https://docs.cherrypy.org/en/latest/contribute.html>`_ in
the docs.
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index 44a15456..feef60e5 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -4,7 +4,7 @@
Thanks for filing an issue! Please keep keep issues limited to bug reports,
feature requests, and other general issues. For support questions, please feel
free to reach out on stackoverflow:
-http://stackoverflow.com/questions/tagged/cherrypy
+https://stackoverflow.com/questions/tagged/cherrypy
**** /DELETE THIS BLOCK ****
-->
diff --git a/CHANGES.rst b/CHANGES.rst
index ba85197f..2ab90a96 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -262,7 +262,7 @@ v8.6.0
* :issue:`1538` and :issue:`1090`: Removed cruft from the setup script and
instead rely on `include_package_data
- <http://setuptools.readthedocs.io/en/latest/setuptools.html?highlight=include_package_data#new-and-changed-setup-keywords>`_
+ <https://setuptools.readthedocs.io/en/latest/setuptools.html?highlight=include_package_data#new-and-changed-setup-keywords>`_
to ensure the relevant files are included in the package.
Note, this change does cause LICENSE.md no longer to
be included in the installed package.
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>`_.