From b6b9417960ba01a1b6527e4e849fbdaff504d4b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20K=C3=B6hl?= Date: Tue, 11 Jun 2024 09:13:18 +0200 Subject: [PATCH] docs: fix broken links to `run-bakery` --- www/docs/getting-started.md | 2 +- www/docs/upgrading-from-v0.6.md | 2 +- www/versioned_docs/version-0.7.1/getting-started.md | 2 +- www/versioned_docs/version-0.7.1/upgrading-from-v0.6.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/docs/getting-started.md b/www/docs/getting-started.md index 9ed1cf3..a6c01bc 100644 --- a/www/docs/getting-started.md +++ b/www/docs/getting-started.md @@ -26,7 +26,7 @@ The script runs an ephemeral Docker container and sets everything up as required To start a fresh Rugpi project, create an empty directory and then run ```shell -curl -O https://raw.githubusercontent.com/silitics/rugpi/v0.7/bakery/run-bakery && chmod +x ./run-bakery +curl -O https://raw.githubusercontent.com/silitics/rugpi/v0.7.0/bakery/run-bakery && chmod +x ./run-bakery ``` within this directory. diff --git a/www/docs/upgrading-from-v0.6.md b/www/docs/upgrading-from-v0.6.md index de08f89..97797ed 100644 --- a/www/docs/upgrading-from-v0.6.md +++ b/www/docs/upgrading-from-v0.6.md @@ -7,7 +7,7 @@ sidebar_position: 40 To upgrade to v0.7, first update the `run-bakery` script with: ```shell -curl -O https://raw.githubusercontent.com/silitics/rugpi/v0.7/bakery/run-bakery && chmod +x ./run-bakery +curl -O https://raw.githubusercontent.com/silitics/rugpi/v0.7.0/bakery/run-bakery && chmod +x ./run-bakery ``` Please also remove the old cache with: diff --git a/www/versioned_docs/version-0.7.1/getting-started.md b/www/versioned_docs/version-0.7.1/getting-started.md index 9ed1cf3..a6c01bc 100644 --- a/www/versioned_docs/version-0.7.1/getting-started.md +++ b/www/versioned_docs/version-0.7.1/getting-started.md @@ -26,7 +26,7 @@ The script runs an ephemeral Docker container and sets everything up as required To start a fresh Rugpi project, create an empty directory and then run ```shell -curl -O https://raw.githubusercontent.com/silitics/rugpi/v0.7/bakery/run-bakery && chmod +x ./run-bakery +curl -O https://raw.githubusercontent.com/silitics/rugpi/v0.7.0/bakery/run-bakery && chmod +x ./run-bakery ``` within this directory. diff --git a/www/versioned_docs/version-0.7.1/upgrading-from-v0.6.md b/www/versioned_docs/version-0.7.1/upgrading-from-v0.6.md index de08f89..97797ed 100644 --- a/www/versioned_docs/version-0.7.1/upgrading-from-v0.6.md +++ b/www/versioned_docs/version-0.7.1/upgrading-from-v0.6.md @@ -7,7 +7,7 @@ sidebar_position: 40 To upgrade to v0.7, first update the `run-bakery` script with: ```shell -curl -O https://raw.githubusercontent.com/silitics/rugpi/v0.7/bakery/run-bakery && chmod +x ./run-bakery +curl -O https://raw.githubusercontent.com/silitics/rugpi/v0.7.0/bakery/run-bakery && chmod +x ./run-bakery ``` Please also remove the old cache with: