summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexej Simakov <127182+nbnds@users.noreply.github.com>2022-07-07 09:09:31 +0200
committerMarcel Hellkamp <marc@gsites.de>2022-08-03 15:51:35 +0200
commitc5f49d1ce28989e779784e8365c84214650f8c38 (patch)
treead420a923cdd55681f0bb7ee0eb10f7de3543ae4
parent9d523f6576d98d093ab92c72a11f598b7073479b (diff)
downloadbottle-c5f49d1ce28989e779784e8365c84214650f8c38.tar.gz
updated web links for pythonpaste and cherrypy projects
-rw-r--r--docs/deployment.rst4
-rwxr-xr-xdocs/tutorial.rst4
-rw-r--r--docs/tutorial_app.rst4
3 files changed, 6 insertions, 6 deletions
diff --git a/docs/deployment.rst b/docs/deployment.rst
index c4f99bb..935eaaf 100644
--- a/docs/deployment.rst
+++ b/docs/deployment.rst
@@ -1,8 +1,8 @@
.. _flup: http://trac.saddi.com/flup
.. _gae: http://code.google.com/appengine/docs/python/overview.html
.. _wsgiref: http://docs.python.org/library/wsgiref.html
-.. _cherrypy: http://www.cherrypy.org/
-.. _paste: http://pythonpaste.readthedocs.io/
+.. _cherrypy: https://cherrypy.dev/
+.. _paste: https://pythonpaste.readthedocs.io/
.. _gunicorn: http://pypi.python.org/pypi/gunicorn
.. _tornado: http://www.tornadoweb.org/
.. _twisted: http://twistedmatrix.com/
diff --git a/docs/tutorial.rst b/docs/tutorial.rst
index 11eec78..0f076c5 100755
--- a/docs/tutorial.rst
+++ b/docs/tutorial.rst
@@ -2,7 +2,7 @@
.. _Apache Server:
.. _Apache: http://www.apache.org/
-.. _cherrypy: http://www.cherrypy.org/
+.. _cherrypy: https://cherrypy.dev/
.. _decorator: http://docs.python.org/glossary.html#term-decorator
.. _flup: http://trac.saddi.com/flup
.. _http_code: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
@@ -11,7 +11,7 @@
.. _lighttpd: http://www.lighttpd.net/
.. _mako: http://www.makotemplates.org/
.. _mod_wsgi: http://code.google.com/p/modwsgi/
-.. _Paste: http://pythonpaste.org/
+.. _Paste: https://pythonpaste.readthedocs.io
.. _Pound: http://www.apsis.ch/pound/
.. _WSGI_Specification: http://www.wsgi.org/
.. _issue: http://github.com/bottlepy/bottle/issues
diff --git a/docs/tutorial_app.rst b/docs/tutorial_app.rst
index 0e7be1f..ec87f79 100644
--- a/docs/tutorial_app.rst
+++ b/docs/tutorial_app.rst
@@ -6,9 +6,9 @@
.. _`decorator statement`: http://docs.python.org/glossary.html#term-decorator
.. _`Python DB API`: http://www.python.org/dev/peps/pep-0249/
.. _`WSGI reference Server`: http://docs.python.org/library/wsgiref.html#module-wsgiref.simple_server
-.. _Cherrypy: http://www.cherrypy.org/
+.. _Cherrypy: https://cherrypy.dev/
.. _Flup: https://www.saddi.com/software/flup/
-.. _Paste: http://pythonpaste.org/
+.. _Paste: https://pythonpaste.readthedocs.io
.. _Apache: http://www.apache.org
.. _`Bottle documentation`: http://bottlepy.org/docs/dev/tutorial.html
.. _`mod_wsgi`: http://code.google.com/p/modwsgi/