aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2020-06-11 19:31:56 +0000
committerGravatar GitHub <noreply@github.com> 2020-06-11 19:31:56 +0000
commitd35b26332d0d1d719dfe207328f8580c6471755b (patch)
tree9ec1f40db1efc3d7434625869bda24b97fbccbf0
parentbfcbff3dae6ea92678549cc36ada5f0a8482797e (diff)
parentae5f2bc796867905649d1e8f3a4da2b35d231043 (diff)
downloadrtic-d35b26332d0d1d719dfe207328f8580c6471755b.tar.gz
rtic-d35b26332d0d1d719dfe207328f8580c6471755b.tar.zst
rtic-d35b26332d0d1d719dfe207328f8580c6471755b.zip
Merge #328
328: Link to GitHub from book r=korken89 a=nickray Co-authored-by: Nicolas Stalder <n@stalder.io>
-rw-r--r--book/en/book.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/book/en/book.toml b/book/en/book.toml
index 6c3a5e64..caa04ba8 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"