From aee7c78a3cb2ac81717966b15024170f55708b06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Wed, 31 May 2023 22:41:42 +0200 Subject: [PATCH 1/2] ci: Fix versionmajor typo --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fc0c8d236f..0f8ed5a7ca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -476,7 +476,7 @@ jobs: - parseversion env: branch: ${{ needs.parseversion.outputs.branch }} - majorversion: ${{ needs.parseversion.outputs.majorversion }} + versionmajor: ${{ needs.parseversion.outputs.versionmajor }} version: ${{ needs.parseversion.outputs.version }} # Only run this when pushing to master branch From 269226fa9ae5b324cf569319db8459f944ed72cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Wed, 31 May 2023 22:50:55 +0200 Subject: [PATCH 2/2] docs: Point to older release sources Docs are not built for rtic.rs anymore --- book/en/src/preface.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/book/en/src/preface.md b/book/en/src/preface.md index 5cba633d5b..50098c74da 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}}