docs(guide): fix css pathing

This commit is contained in:
Sean McArthur
2016-07-15 17:53:51 -07:00
parent 181e806a18
commit a22ae26cec
3 changed files with 5 additions and 5 deletions

View File

@@ -1,2 +1,2 @@
@import url('../rustdoc.css')
@import url('../main.css')
@import url('../rustdoc.css');
@import url('../main.css');

View File

@@ -1,6 +1,6 @@
% Server Guide
## The `Handler`
# The `Handler`
```ignore,no_run
extern crate hyper;

View File

@@ -1,9 +1,9 @@
<nav class="sidebar">
<p class="location">
<a href="../../">hyper</a>
<a href="../">hyper</a>
::
<wbr>
<a href="../">guide</a>
<a href="./">guide</a>
</p>
</nav>
<section id="main" class="content mod">