From fbcbc2ed1626fdfbef403da45ed54ab9e0e67ddb Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Thu, 22 Aug 2019 15:02:30 -0700 Subject: [PATCH] doc: update link from released doc to master Documents generated for a tagged release have a header that mentions that the "latest" (master branch) version of the doc may be more up to date, but the link to the corresponding master doc is missing the /latest/ (previously the master docs were in the root folder. Signed-off-by: David B. Kinder Fixes: #17764 --- doc/_templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html index 277d9bd832a..f4338381f72 100644 --- a/doc/_templates/layout.html +++ b/doc/_templates/layout.html @@ -2,7 +2,7 @@ {% block document %} {% if is_release %}
- The latest development version + The latest development version of this page may be more current than this released {{ version }} version.
{% endif %}