diff --git a/Cargo.toml b/Cargo.toml index d869e2c..e872d5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "terminal_size" version = "0.1.17" authors = ["Andrew Chin "] description = "Gets the size of your Linux or Windows terminal" -documentation = "http://eminence.github.io/terminal-size/doc/terminal_size/index.html" +documentation = "https://docs.rs/crate/terminal_size" repository = "https://github.com/eminence/terminal-size" keywords = ["terminal", "console", "term", "size", "dimensions"] license = "MIT OR Apache-2.0"