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 <david.b.kinder@intel.com> Fixes: #17764
This commit is contained in:
parent
6f13980fc7
commit
fbcbc2ed16
1 changed files with 1 additions and 1 deletions
2
doc/_templates/layout.html
vendored
2
doc/_templates/layout.html
vendored
|
@ -2,7 +2,7 @@
|
|||
{% block document %}
|
||||
{% if is_release %}
|
||||
<div class="wy-alert wy-alert-danger">
|
||||
The <a href="/{{ pagename }}.html">latest development version</a>
|
||||
The <a href="/latest/{{ pagename }}.html">latest development version</a>
|
||||
of this page may be more current than this released {{ version }} version.
|
||||
</div>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue