Skip to content

Commit ac4e696

Browse files
committed
feat: links to github instead of scripts, because scripts download automatically
1 parent 524221b commit ac4e696

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

tutorials/cosmwasm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ that communicates between `wasmd` and Rollkit.
172172
173173
### 🗞️ Initializing CosmWasm rollup with a bash script {#initialize-rollup}
174174
175-
We have a handy `init.sh` [found in this repo](https://rollkit.dev/cosmwasm/init.sh).
175+
We have a handy `init.sh` [found in this repo](https://github.com/rollkit/docs/blob/main/public/cosmwasm/init.sh).
176176
177177
We can copy it over to our directory with the following commands:
178178

tutorials/gm-world-arabica-testnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Keep the node running while doing the next steps.
3131
### 🟢 Start your sovereign rollup {#start-your-sovereign-rollup}
3232

3333
We have
34-
[a handy `init-arabica-testnet.sh` found in this repo](https://rollkit.dev/gm/init-arabica-testnet.sh).
34+
[a handy `init-arabica-testnet.sh` found in this repo](https://github.com/rollkit/docs/blob/main/public/gm/init-arabica-testnet.sh).
3535

3636
We can copy it over to our directory with the following commands:
3737

tutorials/gm-world-mocha-testnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ After the node is synced, stop the light node.
3131
### 🟢 Start your sovereign rollup {#start-your-sovereign-rollup}
3232

3333
We have
34-
[a handy `init-mocha-testnet.sh` found in this repo](https://rollkit.dev/gm/init-mocha-testnet.sh).
34+
[a handy `init-mocha-testnet.sh` found in this repo](https://github.com/rollkit/docs/blob/main/public/gm/init-mocha-testnet.sh).
3535

3636
We can copy it over to our directory with the following commands:
3737

tutorials/gm-world.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Build a sovereign rollup with Ignite CLI, Celestia, and Rollkit loc
66

77
## 🌞Introduction {#introduction}
88

9-
This tutorial will guide you through building a sovereign `gm-world` rollup (`gm` stands for "good morning") using Rollkit. Unlike the [Quick Start Guide](https://rollkit.dev/tutorials/quick-start), this tutorial provides a more practical approach to understanding sovereign rollup development.
9+
This tutorial will guide you through building a sovereign `gm-world` rollup (`gm` stands for "good morning") using Rollkit. Unlike the [Quick start guide](https://rollkit.dev/tutorials/quick-start), this tutorial provides a more practical approach to understanding sovereign rollup development.
1010

1111
We will cover:
1212

tutorials/wordle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ test, and launch your own sovereign rollup.
575575

576576
### 🟢 Building and running wordle chain {#build-and-run-wordle-chain}
577577

578-
We have a handy `init.sh` [found in this repo](https://rollkit.dev/wordle/init.sh).
578+
We have a handy `init.sh` [found in this repo](https://github.com/rollkit/docs/blob/main/public/wordle/init.sh).
579579

580580
We can copy it over to our directory with the following commands:
581581

0 commit comments

Comments
 (0)