mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-18 04:02:35 +03:00
Fix Links in Documentation to Django reverse
and reverse_lazy
(#8986)
* Fix Django Docs url in reverse.md Django URLs of the documentation of `reverse` and `reverse_lazy` were wrong. * Update reverse.md
This commit is contained in:
parent
e6655e3b97
commit
01b99ddb9e
|
@ -54,5 +54,5 @@ As with the `reverse` function, you should **include the request as a keyword ar
|
||||||
api_root = reverse_lazy('api-root', request=request)
|
api_root = reverse_lazy('api-root', request=request)
|
||||||
|
|
||||||
[cite]: https://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm#sec_5_1_5
|
[cite]: https://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm#sec_5_1_5
|
||||||
[reverse]: https://docs.djangoproject.com/en/stable/topics/http/urls/#reverse
|
[reverse]: https://docs.djangoproject.com/en/stable/ref/urlresolvers/#reverse
|
||||||
[reverse-lazy]: https://docs.djangoproject.com/en/stable/topics/http/urls/#reverse-lazy
|
[reverse-lazy]: https://docs.djangoproject.com/en/stable/ref/urlresolvers/#reverse-lazy
|
||||||
|
|
Loading…
Reference in New Issue
Block a user