Skip to content

Commit 1c3288f

Browse files
committed
Fix GitHub release tag to polkadot-stable2509-2
1 parent e517594 commit 1c3288f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

node-infrastructure/run-a-collator/collator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ This guide provides two deployment options. Select the option that best fits you
100100

101101
```bash
102102
# Download the latest stable release (check releases page for current version)
103-
wget https://github.com/paritytech/polkadot-sdk/releases/download/stable2409-2/polkadot-parachain
103+
wget https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-stable2509-2/polkadot-parachain
104104

105105
# Make it executable and move to system path
106106
chmod +x polkadot-parachain

node-infrastructure/run-a-node/parachain-rpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ Download the `polkadot-parachain` binary from the latest stable [Polkadot SDK re
360360

361361
```bash
362362
# Download the latest stable release (check releases page for current version)
363-
wget https://github.com/paritytech/polkadot-sdk/releases/download/stable2409-2/polkadot-parachain
363+
wget https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-stable2509-2/polkadot-parachain
364364

365365
# Make it executable and move to system path
366366
chmod +x polkadot-parachain

node-infrastructure/run-a-node/polkadot-hub-rpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Select the best option for your project, then use the steps in the following tab
251251
1. Download the `polkadot-parachain` binary from the latest stable [Polkadot SDK release](https://github.com/paritytech/polkadot-sdk/releases){target=\_blank}:
252252
```bash
253253
# Download the latest stable release (check releases page for current version)
254-
wget https://github.com/paritytech/polkadot-sdk/releases/download/stable2409-2/polkadot-parachain
254+
wget https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-stable2509-2/polkadot-parachain
255255

256256
# Make it executable and move to system path
257257
chmod +x polkadot-parachain

0 commit comments

Comments
 (0)