docs(guide): adjust styles of the guides

This commit is contained in:
Sean McArthur
2016-07-26 08:55:08 -07:00
parent 12c69b5dd0
commit 81e6e98d80
4 changed files with 30 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
//! [Server](server/index.html), along with a
//! [typed Headers system](header/index.html).
//!
//! If just getting started, consider looking over the [Server Guide](./guide/server.html).
//! If just getting started, consider looking over the **[Guide](../guide/)**.
extern crate rustc_serialize as serialize;
extern crate time;
#[macro_use] extern crate url;