We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
reverse
reverse_lazy
1 parent 7bebe97 commit 332e956Copy full SHA for 332e956
docs/api-guide/reverse.md
@@ -54,5 +54,5 @@ As with the `reverse` function, you should **include the request as a keyword ar
54
api_root = reverse_lazy('api-root', request=request)
55
56
[cite]: https://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm#sec_5_1_5
57
-[reverse]: https://docs.djangoproject.com/en/stable/topics/http/urls/#reverse
58
-[reverse-lazy]: https://docs.djangoproject.com/en/stable/topics/http/urls/#reverse-lazy
+[reverse]: https://docs.djangoproject.com/en/stable/ref/urlresolvers/#reverse
+[reverse-lazy]: https://docs.djangoproject.com/en/stable/ref/urlresolvers/#reverse-lazy
0 commit comments