From 1c6f972765bad0d863d4ca003097fe1507169250 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Sun, 12 Nov 2017 07:49:45 -0500 Subject: [PATCH] Fix URL in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0526a4ca..f7304e62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.26" authors = ["Mathieu David "] description = "create books from markdown files (like Gitbook)" documentation = "http://azerupi.github.io/mdBook/index.html" -repository = "https://github.com/azerupi/mdBook" +repository = "https://github.com/rust-lang/nursery/mdBook" keywords = ["book", "gitbook", "rustbook", "markdown"] license = "MPL-2.0" readme = "README.md"