From e5254190637dfc0a6f3dff02b0813d543c455e5a Mon Sep 17 00:00:00 2001 From: MattheusHenrique Date: Fri, 16 Jul 2021 06:00:43 -0300 Subject: [PATCH] fix broken cite --- docs/api-guide/responses.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/responses.md b/docs/api-guide/responses.md index dbdc8ff2c..db4ced808 100644 --- a/docs/api-guide/responses.md +++ b/docs/api-guide/responses.md @@ -94,5 +94,5 @@ As with any other `TemplateResponse`, this method is called to render the serial You won't typically need to call `.render()` yourself, as it's handled by Django's standard response cycle. -[cite]: https://docs.djangoproject.com/en/stable/ref/template-response/ +[cite]: https://docs.djangoproject.com/en/3.2/ref/template-response/#the-rendering-process [statuscodes]: status-codes.md