docs(guide): fix css pathing
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
@import url('../rustdoc.css')
|
||||
@import url('../main.css')
|
||||
@import url('../rustdoc.css');
|
||||
@import url('../main.css');
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
% Server Guide
|
||||
|
||||
## The `Handler`
|
||||
# The `Handler`
|
||||
|
||||
```ignore,no_run
|
||||
extern crate hyper;
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user