Skip to content

Commit

Permalink
update dead links (#1523)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelilat authored Feb 7, 2024
1 parent 8d64878 commit 4a6cad5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/katana/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pub struct KatanaArgs {
#[arg(help = "Configure the messaging with an other chain.")]
#[arg(long_help = "Configure the messaging to allow Katana listening/sending messages on a \
settlement chain that can be Ethereum or an other Starknet sequencer. \
The configuration file details and examples can be found here: https://book.dojoengine.org/toolchain/katana/reference.html#messaging")]
The configuration file details and examples can be found here: https://book.dojoengine.org/toolchain/katana/reference#messaging")]
pub messaging: Option<katana_core::service::messaging::MessagingConfig>,

#[command(flatten)]
Expand Down
2 changes: 1 addition & 1 deletion bin/sozo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
curl -L https://install.dojoengine.org | bash
```

[Documentation](https://book.dojoengine.org/toolchain/sozo/overview.html)
[Documentation](https://book.dojoengine.org/toolchain/sozo/overview)
2 changes: 1 addition & 1 deletion bin/torii/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
curl -L https://install.dojoengine.org | bash
```

[Documentation](https://book.dojoengine.org/toolchain/torii/overview.html)
[Documentation](https://book.dojoengine.org/toolchain/torii/overview)
2 changes: 1 addition & 1 deletion crates/torii/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
curl -L https://install.dojoengine.org | bash
```

[Documentation](https://book.dojoengine.org/toolchain/torii/overview.html)
[Documentation](https://book.dojoengine.org/toolchain/torii/overview)
2 changes: 1 addition & 1 deletion dojoup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
curl -L https://install.dojoengine.org | bash
```

[Documentation](https://book.dojoengine.org/toolchain/dojoup.html)
[Documentation](https://book.dojoengine.org/toolchain/dojoup)

0 comments on commit 4a6cad5

Please sign in to comment.