This repository was archived by the owner on Oct 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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#########
88Responder
99#########
1010
1111To 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
You can’t perform that action at this time.
0 commit comments