From 8919bcababba466b01438db040275e1126dfca4f Mon Sep 17 00:00:00 2001 From: Marcel Hellkamp Date: Mon, 5 Sep 2022 15:07:31 +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 622d73e..75573f2 100755 --- a/bottle.py +++ b/bottle.py @@ -2153,7 +2153,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 2be09c4..fae3bf1 100755 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -918,7 +918,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