Link to correct users page from docs index

The users.html file is served from the root of the site, so from the
perspective of /docs/index.html that would be in ../ rather than in
the same directory. (Reported in #zuul by tmorin; thanks!)

Change-Id: I6b395dc7ddd2eb2ae2ce074b7cafa1fe9563c247
This commit is contained in:
Jeremy Stanley 2018-05-28 13:34:11 +00:00
parent 4d1093b443
commit 3dc09e4da4
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
<nav id="nav">
<ul>
<li><a href="/">Home</a></li>
<li><a href="users.html">Users</a></li>
<li><a href="../users.html">Users</a></li>
<li class="current">
<a href=".">Documentation</a>
<ul>