From ccd1595f298b69fca754d6a94f700f579d9eb781 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Mon, 20 Nov 2017 21:24:28 -0800 Subject: [PATCH] Update doc link in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1b0e860..c96696c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ categories = [ "gui", ] description = "A TUI (Text User Interface) library focused on ease-of-use." -documentation = "https://gyscos.github.io/Cursive/cursive/index.html" +documentation = "https://docs.rs/cursive" exclude = [ "doc/**", "assets/**",