summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Larsson <lukas@erlang.org>2021-09-13 11:13:30 +0200
committerLukas Larsson <lukas@erlang.org>2021-09-30 13:51:40 +0200
commite8b0b0492a77ac2bba72bbb57015ceaa3e9f6a82 (patch)
tree3f215d05f510db0be9452a1ac2036f0af2059623
parent235f92ee570398577c5620c87af38582907906c3 (diff)
downloaderlang-e8b0b0492a77ac2bba72bbb57015ceaa3e9f6a82.tar.gz
docgen: Link directly to notes
Before this change you had to navigate via release_notes to get to the notes section as there used to be multiple notes chapters. But that functionality has not been used in a long time, so we can link directly to notes.html.
-rw-r--r--lib/erl_docgen/priv/xsl/db_html.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/erl_docgen/priv/xsl/db_html.xsl b/lib/erl_docgen/priv/xsl/db_html.xsl
index 9f453283c9..42ab3014b9 100644
--- a/lib/erl_docgen/priv/xsl/db_html.xsl
+++ b/lib/erl_docgen/priv/xsl/db_html.xsl
@@ -979,7 +979,7 @@
<li><a href="internal_docs.html">Internal Documentation</a></li>
</xsl:if>
<xsl:if test="boolean(/book/releasenotes)">
- <li><a href="release_notes.html">Release Notes</a></li>
+ <li><a href="notes.html">Release Notes</a></li>
</xsl:if>
<xsl:choose>
<xsl:when test="string-length($pdfname) > 0">