From dfae16ad41a8c073ef148cac2062a0f7761258c5 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Wed, 6 Feb 2019 20:45:08 -0600 Subject: [PATCH] MAINT: update documentation url in toml. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f5189ce..54f5834 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ version = "0.5.2" authors = ["Jeremy Wall "] description = "A configuration generation grammar." repository = "https://github.com/zaphar/ucg" -documentation = "https://docs.rs/crate/ucg" +documentation = "https://ucg.marzhillstudios.com" readme = "README.md" keywords = ["compiler", "config"] license = "Apache-2.0"