Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 4e81e72

Browse files
committed
Fix broken responder.rst links
The GitHub link still shows as broken, but that's a JavaScript thing with our linkchecker.
1 parent 55be8b6 commit 4e81e72

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/howto/responder.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
.. |mod| replace:: Python 3.6+
33
.. |app-pip-package| replace:: responder
44
.. |app-pip-link| replace:: PIP package
5-
.. _app-pip-link: https://responder.kennethreitz.org/en/latest/#installing-responder
5+
.. _app-pip-link: https://responder.kennethreitz.org/#installing-responder
66

77
#########
88
Responder
99
#########
1010

1111
To run apps built with the `Responder
12-
<https://responder.kennethreitz.org/en/latest/#>`_ web framework using Unit:
12+
<https://responder.kennethreitz.org/>`_ web framework using Unit:
1313

1414
#. .. include:: ../include/howto_install_unit.rst
1515

1616
#. .. include:: ../include/howto_install_venv.rst
1717

1818
#. Let's try a Unit-friendly version of a `tutorial app
19-
<https://responder.kennethreitz.org/en/latest/quickstart.html#declare-a-web-service>`_,
19+
<https://responder.kennethreitz.org/quickstart.html#declare-a-web-service>`_,
2020
saving it as **/path/to/app/asgi.py**:
2121

2222
.. code-block:: python
@@ -35,7 +35,7 @@ To run apps built with the `Responder
3535
3636
The **app.run()** call is omitted because **app** will be directly
3737
run by Unit as an ASGI `callable
38-
<https://github.com/taoufik07/responder/blob/103816e27ae928d42ed850190472480124ba90e3/responder/api.py#L360>`_.
38+
<https://github.com/kennethreitz/responder/blob/c6f3a7364cfa79805b0d51eea011fe34d9bd331a/responder/api.py#L501>`_.
3939

4040
#. .. include:: ../include/howto_change_ownership.rst
4141

0 commit comments

Comments
 (0)