diff options
author | 2021-07-27 19:35:35 +0200 | |
---|---|---|
committer | 2021-07-27 19:41:15 +0200 | |
commit | 1e2fb2eeb2f57ff61aaf1298a9e4975c8fa8dd73 (patch) | |
tree | b3eefc7a295d6fa976f0153abd2b0a29e147e731 | |
parent | 49d4185e3bc3921250dfdf90c2816770adf1625f (diff) | |
download | rtic-1e2fb2eeb2f57ff61aaf1298a9e4975c8fa8dd73.tar.gz rtic-1e2fb2eeb2f57ff61aaf1298a9e4975c8fa8dd73.tar.zst rtic-1e2fb2eeb2f57ff61aaf1298a9e4975c8fa8dd73.zip |
Add links to RTIC book dev version and rtic-examples
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -52,10 +52,14 @@ Formerly known as Real-Time For the Masses. - Applications must be written using the 2018 edition. -## [User documentation](https://rtic.rs) +## [User documentation](https://rtic.rs) - [(Development version)](https://rtic.rs/dev) ## [API reference](https://rtic.rs/stable/api/) +## [Community provided examples repo][examples] + +[examples]: https://github.com/rtic-rs/rtic-examples + ## Chat Join us and talk about RTIC in the [Matrix room][matrix-room]. |