summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2022-09-05 15:07:31 +0200
committerMarcel Hellkamp <marc@gsites.de>2022-09-05 15:07:31 +0200
commit8919bcababba466b01438db040275e1126dfca4f (patch)
treea4c74a3a7d82df8c2d0f0d7d0833bf8fb0b7cb9a
parent7fb7f731bee275998f4a0754e852893996563d06 (diff)
downloadbottle-release-0.10.tar.gz
Fix fapws3 linkrelease-0.10
-rwxr-xr-xbottle.py2
-rwxr-xr-xdocs/tutorial.rst2
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/