Skip to content

Commit

Permalink
Move docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Apr 26, 2017
1 parent 86dde9d commit 6dd0df7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Steven Fackler <sfackler@gmail.com>"]
description = "A routing appender for log4rs"
license = "MIT/Apache-2.0"
repository = "https://github.com/sfackler/log4rs-routing-appender"
documentation = "https://sfackler.github.io/log4rs-routing-appender/doc/v0.2.0/log4rs_routing_appender"
documentation = "https://docs.rs/log4rs-routing-appender/0.2.0/log4rs_routing_appender"
readme = "README.md"

[features]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
//! info!("Starting job");
//! # }
//! ```
#![doc(html_root_url="https://sfackler.github.io/log4rs-routing-appender/doc/v0.2.0")]
#![doc(html_root_url="https://docs.rs/log4rs-routing-appender/0.2.0")]
#![warn(missing_docs)]
extern crate antidote;
extern crate linked_hash_map;
Expand Down

0 comments on commit 6dd0df7

Please sign in to comment.