summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>2021-09-07 20:09:18 +0200
committerGitHub <noreply@github.com>2021-09-07 20:09:18 +0200
commit123152e7e38756af6195f069f432e1eeb832db94 (patch)
tree2885143b225080ee6357714600c8f0d6d2764257 /README.rst
parenta8873641e295aed2ea301b7744c29d1e1105c8b7 (diff)
downloadcherrypy-git-123152e7e38756af6195f069f432e1eeb832db94.tar.gz
Use cherrypy.dev in links
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index eb6500f0..9f507911 100644
--- a/README.rst
+++ b/README.rst
@@ -51,7 +51,7 @@
:target: https://codecov.io/gh/cherrypy/cherrypy
:alt: codecov
-Welcome to the GitHub repository of `CherryPy <https://cherrypy.rtfd.io>`_!
+Welcome to the GitHub repository of `CherryPy <https://cherrypy.dev>`_!
CherryPy is a pythonic, object-oriented HTTP framework.
@@ -84,7 +84,7 @@ and/or API.
While CherryPy is one of the easiest and most intuitive frameworks out
there, the prerequisite for understanding the `CherryPy
-documentation <https://cherrypy.readthedocs.io/en/latest/>`_ is that you have
+documentation <https://docs.cherrypy.dev>`_ is that you have
a general understanding of Python and web development.
Additionally:
@@ -95,7 +95,7 @@ Additionally:
If the docs are insufficient to address your needs, the CherryPy
community has several `avenues for support
-<https://cherrypy.readthedocs.io/en/latest/support.html>`_.
+<https://docs.cherrypy.dev/en/latest/support.html>`_.
For Enterprise
--------------
@@ -112,6 +112,6 @@ Contributing
------------
Please follow the `contribution guidelines
-<https://cherrypy.readthedocs.io/en/latest/contribute.html>`_.
+<https://docs.cherrypy.dev/en/latest/contribute.html>`_.
And by all means, absorb the `Zen of
CherryPy <https://github.com/cherrypy/cherrypy/wiki/The-Zen-of-CherryPy>`_.