From 073c8f4baf5f5922c8f1f42769353eeb19b09a38 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 17 May 2021 14:52:37 -0700 Subject: [PATCH] Add GitHub link to contributor guide. --- src/doc/contrib/book.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/doc/contrib/book.toml b/src/doc/contrib/book.toml index 28c143da6b5..878d039350d 100644 --- a/src/doc/contrib/book.toml +++ b/src/doc/contrib/book.toml @@ -1,3 +1,6 @@ [book] title = "Cargo Contributor Guide" authors = ["Eric Huss"] + +[output.html] +git-repository-url = "https://github.com/rust-lang/cargo/tree/master/src/doc/contrib/src"