From ae5f2bc796867905649d1e8f3a4da2b35d231043 Mon Sep 17 00:00:00 2001 From: Nicolas Stalder Date: Thu, 11 Jun 2020 21:27:57 +0200 Subject: [PATCH] Link to GitHub from book --- book/en/book.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/book/en/book.toml b/book/en/book.toml index 6c3a5e64b2..caa04ba8fa 100644 --- a/book/en/book.toml +++ b/book/en/book.toml @@ -3,3 +3,7 @@ authors = ["Jorge Aparicio"] multilingual = false src = "src" title = "Real-Time Interrupt-driven Concurrency" + +[output.html] +git-repository-url = "https://github.com/rtic-rs/cortex-m-rtic" +git-repository-icon = "fa-github"