From 06a9244bc9c9878fa3dc271f17207851b72d9637 Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Mon, 21 Nov 2022 21:56:58 +0600 Subject: [PATCH] Update docs/api-guide/routers.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Éric --- docs/api-guide/routers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/routers.md b/docs/api-guide/routers.md index 93c0fa415..d2d65d951 100644 --- a/docs/api-guide/routers.md +++ b/docs/api-guide/routers.md @@ -347,4 +347,4 @@ The [`DRF-extensions` package][drf-extensions] provides [routers][drf-extensions [url-namespace-docs]: https://docs.djangoproject.com/en/4.0/topics/http/urls/#url-namespaces [include-api-reference]: https://docs.djangoproject.com/en/4.0/ref/urls/#include [simplified-routing-release-note]: https://docs.djangoproject.com/en/2.0/releases/2.0/#simplified-url-routing-syntax -[path-convertes-topic-reference]: https://docs.djangoproject.com/en/2.0/topics/http/urls/#path-converters +[path-converters-topic-reference]: https://docs.djangoproject.com/en/2.0/topics/http/urls/#path-converters