aboutsummaryrefslogtreecommitdiff
path: root/book/en/src
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-06-01 06:26:34 +0000
committerGitHub <noreply@github.com>2023-06-01 06:26:34 +0000
commit9daae8968f3f63aba591002e1b56d594d74d381a (patch)
treec979bd69656579b7a0df3777ed8eb4ef02fcabf6 /book/en/src
parent1499a445cda37427e8f817ff9a05c1154d1861ff (diff)
parent269226fa9ae5b324cf569319db8459f944ed72cd (diff)
Merge #760
760: ci/releasetuning2 r=korken89 a=AfoHT - ci: Fix versionmajor typo - docs: Point to older release sources Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
Diffstat (limited to 'book/en/src')
-rw-r--r--book/en/src/preface.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/book/en/src/preface.md b/book/en/src/preface.md
index 5cba633..50098c7 100644
--- a/book/en/src/preface.md
+++ b/book/en/src/preface.md
@@ -13,7 +13,10 @@ This book contains user level documentation for the Real-Time Interrupt-driven C
This is the documentation for RTIC v2.x.
Older releases:
-[RTIC v1.x](/1.0) | [RTIC v0.5.x (unsupported)](/0.5) | [RTFM v0.4.x (unsupported)](/0.4)
+[RTIC v1.x](/1) | [RTIC v0.5.x (unsupported)][v0_5] | [RTFM v0.4.x (unsupported)][v0_4]
+
+v0_5: https://github.com/rtic-rs/rtic/tree/release/v0.5
+v0_4: https://github.com/rtic-rs/rtic/tree/release/v0.4
{{#include ../../../README.md:7:12}}