Skip to content

Commit

Permalink
docs: fix broken links to run-bakery
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed Jun 11, 2024
1 parent 6c6182e commit b6b9417
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion www/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion www/docs/upgrading-from-v0.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion www/versioned_docs/version-0.7.1/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion www/versioned_docs/version-0.7.1/upgrading-from-v0.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b6b9417

Please sign in to comment.