aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Emil Fresk <emil.fresk@gmail.com> 2019-09-15 21:26:30 +0200
committerGravatar Emil Fresk <emil.fresk@gmail.com> 2019-09-15 21:26:30 +0200
commitf787d82d927ec49b2cd9e931d4191bce2bc1b95c (patch)
treee7a2eb324bed09bd869f4714cfb6b554ba000d12 /README.md
parentc14f7d1ce90ad4957801336cefe65b7fa82fe63f (diff)
downloadrtic-f787d82d927ec49b2cd9e931d4191bce2bc1b95c.tar.gz
rtic-f787d82d927ec49b2cd9e931d4191bce2bc1b95c.tar.zst
rtic-f787d82d927ec49b2cd9e931d4191bce2bc1b95c.zip
Updated links in README for rtfm.rs
Diffstat (limited to '')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ff33da98..68f3fbb7 100644
--- a/README.md
+++ b/README.md
@@ -43,9 +43,9 @@ A concurrency framework for building real time systems.
- Applications must be written using the 2018 edition.
-## [User documentation](https://japaric.github.io/rtfm5/book/en)
+## [User documentation](https://rtfm.rs)
-## [API reference](https://japaric.github.io/rtfm5/api/rtfm/index.html)
+## [API reference](https://rtfm.rs/api/rtfm/index.html)
## Acknowledgments