Skip to content

Commit 332e956

Browse files
authored
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
1 parent 7bebe97 commit 332e956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api-guide/reverse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ As with the `reverse` function, you should **include the request as a keyword ar
5454
api_root = reverse_lazy('api-root', request=request)
5555

5656
[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
57+
[reverse]: https://docs.djangoproject.com/en/stable/ref/urlresolvers/#reverse
58+
[reverse-lazy]: https://docs.djangoproject.com/en/stable/ref/urlresolvers/#reverse-lazy

0 commit comments

Comments
 (0)