aboutsummaryrefslogtreecommitdiff
path: root/plugins/javadoc/src/main/resources/views/components
diff options
context:
space:
mode:
authorBłażej Kardyś <bkardys@virtuslab.com>2020-08-03 03:57:48 +0200
committerPaweł Marks <Kordyjan@users.noreply.github.com>2020-08-21 12:16:24 +0200
commitc2b02c1fc17b839075b7cb6fd42498a519473fae (patch)
tree1de744003a37fbf361f799429ec9fb8887382037 /plugins/javadoc/src/main/resources/views/components
parent69d16856abcc68b31d298e6a62a7a58106de69c9 (diff)
downloaddokka-c2b02c1fc17b839075b7cb6fd42498a519473fae.tar.gz
dokka-c2b02c1fc17b839075b7cb6fd42498a519473fae.tar.bz2
dokka-c2b02c1fc17b839075b7cb6fd42498a519473fae.zip
Deprecated elements page for javadoc format
Diffstat (limited to 'plugins/javadoc/src/main/resources/views/components')
-rw-r--r--plugins/javadoc/src/main/resources/views/components/navList.korte2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/javadoc/src/main/resources/views/components/navList.korte b/plugins/javadoc/src/main/resources/views/components/navList.korte
index d18b44c4..dbfe7eb3 100644
--- a/plugins/javadoc/src/main/resources/views/components/navList.korte
+++ b/plugins/javadoc/src/main/resources/views/components/navList.korte
@@ -21,7 +21,7 @@
{% else %}
<li><a href="package-tree.html">Tree</a></li>
{% end %}
- <li>Deprecated</li>
+ <li><a href="{{ pathToRoot }}deprecated.html">Deprecated</a></li>
<li><a href="{{ pathToRoot }}index-files/index-1.html">Index</a></li>
<li>Help</li>
</ul> \ No newline at end of file