From e354816236c6a99affbfdf0a6d0a5d233a716ee1 Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Thu, 4 Jan 2024 12:58:58 -0800 Subject: [PATCH] Cargo.toml: update documentation site I considered also updating the "homepage", but I think it's nice that it points to the README. This complements @PhilipMetzger's suggestion from https://discord.com/channels/968932220549103686/1167230861448581167/1192559848777334834 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 40ea0bf707..a25e92db60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" readme = "README.md" homepage = "https://github.com/martinvonz/jj" repository = "https://github.com/martinvonz/jj" -documentation = "https://github.com/martinvonz/jj" +documentation = "https://martinvonz.github.io/jj/" categories = ["version-control", "development-tools"] keywords = ["VCS", "DVCS", "SCM", "Git", "Mercurial"]