diff options
author | 2020-10-02 12:36:34 +0000 | |
---|---|---|
committer | 2020-10-02 12:36:34 +0000 | |
commit | 40c7119d7a3bf4dc7cd67be629cfe874d1c04851 (patch) | |
tree | 60d03b20287280a494e471309cda5ee80d03649a | |
parent | 65522e407778c38f86f4d3252b46fe54ed5909e6 (diff) | |
download | rtic-40c7119d7a3bf4dc7cd67be629cfe874d1c04851.tar.gz rtic-40c7119d7a3bf4dc7cd67be629cfe874d1c04851.tar.zst rtic-40c7119d7a3bf4dc7cd67be629cfe874d1c04851.zip |
Prepare the book for v0.6
Diffstat (limited to '')
-rw-r--r-- | book/en/src/preface.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/book/en/src/preface.md b/book/en/src/preface.md index 419f067e..041b3bd4 100644 --- a/book/en/src/preface.md +++ b/book/en/src/preface.md @@ -13,8 +13,10 @@ There is a translation of this book in [Russian]. [Russian]: ../ru/index.html -This is the documentation of v0.5.x of RTIC; for the documentation of version -v0.4.x go [here](/0.4). +This is the documentation of v0.6.x of RTIC; for the documentation of version + +* v0.5.x go [here](/0.5). +* v0.4.x go [here](/0.4). {{#include ../../../README.md:7:46}} |