Fix doc links in menu

The links in the menu link to docs/docs/<component> because the html
file is already at /docs. Use the links of the docs used in the body
instead.

Change-Id: I57b8f421b6eda77490ca5f18aa4c4133ef2fd527
This commit is contained in:
Tobias Henkel 2018-03-28 19:08:00 +02:00
parent 659d8ea183
commit e218d9eefe
No known key found for this signature in database
GPG Key ID: 03750DEC158E5FA2
1 changed files with 5 additions and 5 deletions

View File

@ -28,12 +28,12 @@
<ul>
<li><a href="/">Home</a></li>
<li class="current">
<a href="docs/">Docs</a>
<a href=".">Docs</a>
<ul>
<li><a href="docs/zuul/">Zuul</a></li>
<li><a href="docs/nodepool">Nodepool</a></li>
<li><a href="docs/zuul-jobs">Zuul Jobs</a></li>
<li><a href="docs/zuul-base-jobs">Base Jobs</a></li>
<li><a href="zuul/">Zuul</a></li>
<li><a href="nodepool/">Nodepool</a></li>
<li><a href="zuul-jobs/">Zuul Jobs</a></li>
<li><a href="zuul-base-jobs/">Base Jobs</a></li>
</ul>
</li>
</ul>