Merge pull request #874 from hyperium/guide

docs(guide): adjust styles of the guides
This commit is contained in:
Sean McArthur
2016-07-26 09:45:51 -07:00
committed by GitHub
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;