Skip to content

Commit 4110714

Browse files
committed
Update raspberrypi.md
to pint to new download url
1 parent 290ba43 commit 4110714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/raspberrypi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Running the following command will download and run the script. If you want
2222
to review the contents of the script first, you can view it [on Github](https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered).
2323

2424
```
25-
bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)
25+
bash <(curl -sL https://github.com/node-red/linux-installers/releases/latest/download/update-nodejs-and-nodered-deb)
2626
```
2727

2828
There are extra parameters you can pass to the script. Add <code> --help</code> to the end of the above command to see them.

0 commit comments

Comments
 (0)