mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-09 03:54:08 +00:00
Fix link to old documentations
This was mistakenly broken in an earlier patch assuming old docs still had index.html, which they don't.
This commit is contained in:
@ -18,7 +18,7 @@ If you are still using any of these releases, you are strongly advised to upgrad
|
|||||||
<tr{%if forloop.last%} class="lastrow"{%endif%}>
|
<tr{%if forloop.last%} class="lastrow"{%endif%}>
|
||||||
<td class="colMid">
|
<td class="colMid">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/docs/{{v.tree}}/static/index.html">{{v.treestring}}</a></li>
|
<li><a href="/docs/{{v.tree}}/static/{{v.indexname}}">{{v.treestring}}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</td>
|
</td>
|
||||||
<td class="colLast">
|
<td class="colLast">
|
||||||
|
Reference in New Issue
Block a user