From 9e7da6766b4d1615f764cae237f14bfa65c86c44 Mon Sep 17 00:00:00 2001 From: LukeMathWalker <20745048+LukeMathWalker@users.noreply.github.com> Date: Thu, 16 May 2024 16:46:45 +0200 Subject: [PATCH] Add GitHub link. --- book/book.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/book/book.toml b/book/book.toml index bf3bd0d..b62716c 100644 --- a/book/book.toml +++ b/book/book.toml @@ -4,3 +4,6 @@ language = "en" multilingual = false src = "src" title = "100 Exercises To Learn Rust" + +[output.html] +git-repository-url = "https://github.com/mainmatter/100-exercises-to-learn-rust" -- 2.45.2