Skip to content

Commit 9daae89

Browse files
bors[bot]AfoHT
andauthored
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 <[email protected]>
2 parents 1499a44 + 269226f commit 9daae89

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ jobs:
476476
- parseversion
477477
env:
478478
branch: ${{ needs.parseversion.outputs.branch }}
479-
majorversion: ${{ needs.parseversion.outputs.majorversion }}
479+
versionmajor: ${{ needs.parseversion.outputs.versionmajor }}
480480
version: ${{ needs.parseversion.outputs.version }}
481481

482482
# Only run this when pushing to master branch

book/en/src/preface.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ This book contains user level documentation for the Real-Time Interrupt-driven C
1313
This is the documentation for RTIC v2.x.
1414

1515
Older releases:
16-
[RTIC v1.x](/1.0) | [RTIC v0.5.x (unsupported)](/0.5) | [RTFM v0.4.x (unsupported)](/0.4)
16+
[RTIC v1.x](/1) | [RTIC v0.5.x (unsupported)][v0_5] | [RTFM v0.4.x (unsupported)][v0_4]
17+
18+
v0_5: https://github.com/rtic-rs/rtic/tree/release/v0.5
19+
v0_4: https://github.com/rtic-rs/rtic/tree/release/v0.4
1720

1821
{{#include ../../../README.md:7:12}}
1922

0 commit comments

Comments
 (0)