diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2023-03-02 22:38:25 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-02 22:38:25 +0100 |
| commit | f03aede2f5a926bdb26d052766492c32454a60dd (patch) | |
| tree | 77e13743b4dd0b8b9cac3a2a600b16e7c5ccf1ce /book/en/book.toml | |
| parent | 4a3f7ea123aa4ed2f89531b4cd25773264301ff8 (diff) | |
Fixes for repo rename to rtic
Diffstat (limited to 'book/en/book.toml')
| -rw-r--r-- | book/en/book.toml | 2 |
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"] |
