diff options
author | 2019-09-15 21:00:49 +0200 | |
---|---|---|
committer | 2019-09-15 21:00:49 +0200 | |
commit | b410f309b7b3f8de2d1e47b7e150b0c46ef3661c (patch) | |
tree | 859b054bff36aa23a11df37e4917f5c07010936b | |
parent | 4ff28e9d13e845abf39c662643ae2ff5df57ec16 (diff) | |
download | rtic-b410f309b7b3f8de2d1e47b7e150b0c46ef3661c.tar.gz rtic-b410f309b7b3f8de2d1e47b7e150b0c46ef3661c.tar.zst rtic-b410f309b7b3f8de2d1e47b7e150b0c46ef3661c.zip |
link to older docs from the book
-rw-r--r-- | book/en/src/preface.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/book/en/src/preface.md b/book/en/src/preface.md index 15aaea5c..1728062b 100644 --- a/book/en/src/preface.md +++ b/book/en/src/preface.md @@ -11,7 +11,10 @@ There is a translation of this book in [Russian]. [Russian]: ../ru/index.html -**HEADS UP** This is an **alpha** pre-release; there may be breaking changes in +This is the documentation of v0.5.x of RTFM; for the documentation of version +v0.4.x go [here](../../0.4/book/en). + +**HEADS UP** This is a **beta** pre-release; there may be breaking changes in the API and semantics before a proper release is made. {{#include ../../../README.md:5:44}} |