diff options
author | 2019-09-15 22:08:28 +0200 | |
---|---|---|
committer | 2019-09-15 22:08:28 +0200 | |
commit | c818a310587e928a1be92c7ce22399eb9b195da5 (patch) | |
tree | de145824dba38c7e31b3f836bb769c674c5803aa | |
parent | 686cc9b9953387355ad639a10c5986078d0048fa (diff) | |
download | rtic-c818a310587e928a1be92c7ce22399eb9b195da5.tar.gz rtic-c818a310587e928a1be92c7ce22399eb9b195da5.tar.zst rtic-c818a310587e928a1be92c7ce22399eb9b195da5.zip |
Book fix
-rw-r--r-- | book/en/src/preface.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/preface.md b/book/en/src/preface.md index 15aaea5c..3e8361b8 100644 --- a/book/en/src/preface.md +++ b/book/en/src/preface.md @@ -5,7 +5,7 @@ # Preface This book contains user level documentation for the Real Time For the Masses -(RTFM) framework. The API reference can be found [here](../api/rtfm/index.html). +(RTFM) framework. The API reference can be found [here](../../api/rtfm/index.html). There is a translation of this book in [Russian]. |