Skip to content

Commit

Permalink
feat: links to github instead of scripts, because scripts download au…
Browse files Browse the repository at this point in the history
…tomatically
  • Loading branch information
jcstein committed May 3, 2024
1 parent 524221b commit ac4e696
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tutorials/cosmwasm.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ that communicates between `wasmd` and Rollkit.
### 🗞️ Initializing CosmWasm rollup with a bash script {#initialize-rollup}
We have a handy `init.sh` [found in this repo](https://rollkit.dev/cosmwasm/init.sh).
We have a handy `init.sh` [found in this repo](https://github.com/rollkit/docs/blob/main/public/cosmwasm/init.sh).
We can copy it over to our directory with the following commands:
Expand Down
2 changes: 1 addition & 1 deletion tutorials/gm-world-arabica-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Keep the node running while doing the next steps.
### 🟢 Start your sovereign rollup {#start-your-sovereign-rollup}

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

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

Expand Down
2 changes: 1 addition & 1 deletion tutorials/gm-world-mocha-testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ After the node is synced, stop the light node.
### 🟢 Start your sovereign rollup {#start-your-sovereign-rollup}

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

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

Expand Down
2 changes: 1 addition & 1 deletion tutorials/gm-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Build a sovereign rollup with Ignite CLI, Celestia, and Rollkit loc

## 🌞Introduction {#introduction}

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.
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.

We will cover:

Expand Down
2 changes: 1 addition & 1 deletion tutorials/wordle.md
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ test, and launch your own sovereign rollup.

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

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

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

Expand Down

0 comments on commit ac4e696

Please sign in to comment.