Use relative paths in docs/index.html
Previously absolute paths were used which breaks loading the site locally for development. Update to use relative paths to fix that. Change-Id: I22f4515843740c5e6b8dc08203d43c00c6a79192
This commit is contained in:
parent
92033e7cc2
commit
9f0fbbfcba
@ -35,7 +35,7 @@
|
||||
<!-- Nav -->
|
||||
<nav id="nav">
|
||||
<ul>
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="../index.html">Home</a></li>
|
||||
<li><a href="../users.html">Users</a></li>
|
||||
<li class="current">
|
||||
<a href=".">Documentation</a>
|
||||
@ -50,8 +50,8 @@
|
||||
<li><a href="faq.html">Zuul FAQ</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="/community.html">Community</a></li>
|
||||
<li><a href="/get-started.html">Get Started</a></li>
|
||||
<li><a href="../community.html">Community</a></li>
|
||||
<li><a href="../get-started.html">Get Started</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user