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