From 519fb2e31b160fc01d78f328a13981b05dea9293 Mon Sep 17 00:00:00 2001 From: Marcel Hellkamp Date: Mon, 5 Sep 2022 15:08:12 +0200 Subject: Fix fapws3 link --- bottle.py | 2 +- docs/tutorial.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bottle.py b/bottle.py index f26414c..ccb59e6 100755 --- a/bottle.py +++ b/bottle.py @@ -1742,7 +1742,7 @@ class MeinheldServer(ServerAdapter): class FapwsServer(ServerAdapter): - """ Extremely fast webserver using libev. See http://www.fapws.org/ """ + """ Extremely fast webserver using libev. See https://github.com/william-os4y/fapws3 """ def run(self, handler): # pragma: no cover import fapws._evwsgi as evwsgi from fapws import base, config diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 672f036..959be5d 100755 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -808,7 +808,7 @@ Multi-Threaded Server .. _paste: http://pythonpaste.org/ .. _rocket: http://pypi.python.org/pypi/rocket .. _gunicorn: http://pypi.python.org/pypi/gunicorn -.. _fapws3: http://www.fapws.org/ +.. _fapws3: https://github.com/william-os4y/fapws3 .. _tornado: http://www.tornadoweb.org/ .. _twisted: http://twistedmatrix.com/ .. _diesel: http://dieselweb.org/ -- cgit v1.2.1