From 25523666ce1cc66c1536baf18e6dde150f015aeb Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 12 Apr 2018 17:24:14 -0700 Subject: [PATCH] Modules that have a link to their own deprecated section need to use a different link syntax (#38697) The :ref: syntax is for linking to targets which are defined for the whole document tree. `link`_ is for linking to targets which are inside of the document. We want the latter for deprecated sections because otherwise we'd have to create namespaced link targets for them. Also fix expansion of version a deprecated module will be removed in --- docs/templates/plugin.rst.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates/plugin.rst.j2 b/docs/templates/plugin.rst.j2 index 10b8b91458a..2ee845185ed 100644 --- a/docs/templates/plugin.rst.j2 +++ b/docs/templates/plugin.rst.j2 @@ -386,7 +386,7 @@ please refer to this `Knowledge Base article