aboutsummaryrefslogtreecommitdiff
path: root/book/en/book.toml
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2023-03-02 22:38:25 +0100
committerHenrik Tjäder <henrik@tjaders.com>2023-03-02 22:38:25 +0100
commitf03aede2f5a926bdb26d052766492c32454a60dd (patch)
tree77e13743b4dd0b8b9cac3a2a600b16e7c5ccf1ce /book/en/book.toml
parent4a3f7ea123aa4ed2f89531b4cd25773264301ff8 (diff)
Fixes for repo rename to rtic
Diffstat (limited to 'book/en/book.toml')
-rw-r--r--book/en/book.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/book.toml b/book/en/book.toml
index 25f841a..8a89eeb 100644
--- a/book/en/book.toml
+++ b/book/en/book.toml
@@ -17,6 +17,6 @@ create-missing = false
command = "mdbook-mermaid"
[output.html]
-git-repository-url = "https://github.com/rtic-rs/cortex-m-rtic"
+git-repository-url = "https://github.com/rtic-rs/rtic"
git-repository-icon = "fa-github"
additional-js = ["mermaid.min.js", "mermaid-init.js"]