From 37a95f60ff97eb3b2f67c5570d626337e15b2722 Mon Sep 17 00:00:00 2001 From: Jan Allersma Date: Jan 31 2019 19:21:47 +0000 Subject: Fix documentation link in 'Cargo.toml'. --- diff --git a/Cargo.toml b/Cargo.toml index 9a1e6c5..50a99cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = "A crate to submit postmortem debug information when an applicatio license = "MIT" build = "build_scripts/build.rs" repository = "https://pagure.io/Ambassade-debug" -documentation = "https://docs.rs/crate/ambassade-debug" +documentation = "https://docs.rs/ambassade-debug" [build-dependencies] git2 = "0.8"