diff --git a/guides/block-times.md b/guides/block-times.md index 02a524dfe..451160c4b 100644 --- a/guides/block-times.md +++ b/guides/block-times.md @@ -1,7 +1,7 @@ # How to change speed of block production If you have gone through both the [quick start tutorial](../tutorials/quick-start.md) and the -[Full and sequencer node rollup setup](./full-and-sequencer-node) +[Full and sequencer node rollup setup](./full-node) already, you're now ready to experiment with faster block times. In your `rollkit start [args...]` command, you will need to add a flag diff --git a/guides/cw-orch.md b/guides/cw-orch.md index a50d67547..5054b0dce 100644 --- a/guides/cw-orch.md +++ b/guides/cw-orch.md @@ -245,7 +245,7 @@ Now that you workspace is setup, you can [integrate with single contracts](#sing You can find more example interactions on the `counter-contract` example directly in the `cw-orchestrator` repo: -- Some examples showcase interacting with live chains. -- Some other examples show how to use the library for testing your contracts. +- Some examples showcase interacting with live chains. +- Some other examples show how to use the library for testing your contracts. -> **FINAL ADVICE**: Learn more and explore our full `cw-orch` documentation !. \ No newline at end of file +> **FINAL ADVICE**: Learn more and explore our full `cw-orch` documentation !. diff --git a/guides/ibc-connection.md b/guides/ibc-connection.md index a575f5964..c7c952d38 100644 --- a/guides/ibc-connection.md +++ b/guides/ibc-connection.md @@ -1,7 +1,7 @@ # IBC connection tutorial In this tutorial, we'll learn how to use [an Inter-Blockchain Communication (IBC) Protocol relayer](https://github.com/cosmos/relayer) to -create an IBC connection between a [GM world](./gm-world) rollup and an Osmosis local testnet. +create an IBC connection between a [GM world](../tutorials/gm-world) rollup and an Osmosis local testnet. :::warning Disclaimer This initial version of IBC has high trust assumptions where receiving chains