Skip to content

Commit

Permalink
docs: Fix broken links
Browse files Browse the repository at this point in the history
fixes #1424
  • Loading branch information
defnull committed Sep 5, 2024
1 parent ee61a68 commit dee9a17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
.. _beaker: https://beaker.readthedocs.io/en/latest/
.. _mod_python: http://www.modpython.org/
.. _mod_wsgi: http://code.google.com/p/modwsgi/
.. _paste: http://pythonpaste.org/modules/evalexception.html
.. _pylons: http://pylonshq.com/
.. _paste: https://pythonpaste.readthedocs.io/
.. _pylons: https://pylonsproject.org/
.. _gevent: http://www.gevent.org/
.. _compression: https://github.com/bottlepy/bottle/issues/92
.. _GzipFilter: http://www.cherrypy.org/wiki/GzipFilter
Expand Down Expand Up @@ -167,7 +167,7 @@ Functional Testing Bottle Applications

Any HTTP-based testing system can be used with a running WSGI server, but some testing frameworks work more intimately with WSGI, and provide the ability the call WSGI applications in a controlled environment, with tracebacks and full use of debugging tools.

Example using `WebTest <http://webtest.pythonpaste.org/>`_::
Example using `WebTest <https://docs.pylonsproject.org/projects/webtest/en/latest/index.html>`_::

from webtest import TestApp
import myapp
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
.. _mako: http://www.makotemplates.org/
.. _cheetah: http://www.cheetahtemplate.org/
.. _jinja2: http://jinja.pocoo.org/
.. _paste: http://pythonpaste.org/
.. _paste: https://pythonpaste.readthedocs.io/
.. _bjoern: https://github.com/jonashaag/bjoern
.. _flup: http://trac.saddi.com/flup
.. _gunicorn: https://gunicorn.org/
Expand Down

0 comments on commit dee9a17

Please sign in to comment.