From 1dad64d3972319cd50bd91794c766382018e3ffa Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Fri, 10 Apr 2020 15:14:32 +0200 Subject: [PATCH] Resolved mkdocs warning. WARNING - Documentation file 'community/release-notes.md' contains a link to '3.11-announcement' which is not found in the documentation files. --- docs/community/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/release-notes.md b/docs/community/release-notes.md index 0e634aa1e..b9e16f47d 100644 --- a/docs/community/release-notes.md +++ b/docs/community/release-notes.md @@ -40,7 +40,7 @@ You can determine your currently installed version using `pip show`: **Date**: 12th December 2019 -* Drop `.set_context` API [in favour of a `requires_context` marker](../3.11-announcement#validator-default-context). +* Drop `.set_context` API [in favour of a `requires_context` marker](./3.11-announcement.md#validator-default-context). * Changed default widget for TextField with choices to select box. [#6892][gh6892] * Supported nested writes on non-relational fields, such as JSONField. [#6916][gh6916] * Include request/response media types in OpenAPI schemas, based on configured parsers/renderers. [#6865][gh6865]