summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2022-09-05 15:08:12 +0200
committerMarcel Hellkamp <marc@gsites.de>2022-09-05 15:08:12 +0200
commit519fb2e31b160fc01d78f328a13981b05dea9293 (patch)
tree17695e62b77fccd3d24e41f58a65844f267a816d
parent7444011e38de415d61ac253b4e8a96d9318f57d3 (diff)
downloadbottle-release-0.9.tar.gz
Fix fapws3 linkrelease-0.9
-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 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/