summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2022-09-05 15:04:41 +0200
committerMarcel Hellkamp <marc@gsites.de>2022-09-05 15:04:41 +0200
commitb9c4274b38e35ca63788d2535843ded099ddd412 (patch)
treec64c28486ece4c4c1e7ab10c1c628f86bf4c7701
parentfee8780abef732fe4c0844b021c4b240a4162084 (diff)
downloadbottle-b9c4274b38e35ca63788d2535843ded099ddd412.tar.gz
Fix fapws3 link
-rw-r--r--bottle.py2
-rw-r--r--docs/deployment.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/bottle.py b/bottle.py
index 8b7fbe5..8dee39d 100644
--- a/bottle.py
+++ b/bottle.py
@@ -2870,7 +2870,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/deployment.rst b/docs/deployment.rst
index 7371ac2..90d1144 100644
--- a/docs/deployment.rst
+++ b/docs/deployment.rst
@@ -5,7 +5,7 @@
.. _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/