From a22ae26cecf56b1a97b3d15bc57ac05a6231c8e6 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Fri, 15 Jul 2016 17:53:51 -0700 Subject: [PATCH] docs(guide): fix css pathing --- doc/guide.css | 4 ++-- doc/guide/server.md | 2 +- doc/prelude.html.inc | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/guide.css b/doc/guide.css index 99a94354..967bf05c 100644 --- a/doc/guide.css +++ b/doc/guide.css @@ -1,2 +1,2 @@ -@import url('../rustdoc.css') -@import url('../main.css') +@import url('../rustdoc.css'); +@import url('../main.css'); diff --git a/doc/guide/server.md b/doc/guide/server.md index 5f92d298..bd24181c 100644 --- a/doc/guide/server.md +++ b/doc/guide/server.md @@ -1,6 +1,6 @@ % Server Guide -## The `Handler` +# The `Handler` ```ignore,no_run extern crate hyper; diff --git a/doc/prelude.html.inc b/doc/prelude.html.inc index b3cc871b..da039f82 100644 --- a/doc/prelude.html.inc +++ b/doc/prelude.html.inc @@ -1,9 +1,9 @@