Skip to content

Fix: Broken Links in Documentation Files #535

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guides/block-times.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions guides/cw-orch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://github.com/AbstractSDK/cw-orchestrator/blob/main/contracts/counter/examples/deploy.rs" target="_blank">showcase interacting with live chains</a>.
- Some other examples show <a href="https://github.com/AbstractSDK/cw-orchestrator/tree/main/contracts/counter/tests" target="_blank">how to use the library for testing your contracts</a>.
- Some examples <a href="https://github.com/AbstractSDK/cw-orchestrator/blob/main/contracts-ws/contracts/counter/examples/deploy.rs" target="_blank">showcase interacting with live chains</a>.
- Some other examples show <a href="https://github.com/AbstractSDK/cw-orchestrator/tree/main/contracts-ws/contracts/counter/tests" target="_blank">how to use the library for testing your contracts</a>.

> **FINAL ADVICE**: Learn more and explore our <a href="https://orchestrator.abstract.money" target="blank" >full `cw-orch` documentation !</a>.
> **FINAL ADVICE**: Learn more and explore our <a href="https://orchestrator.abstract.money" target="blank" >full `cw-orch` documentation !</a>.
2 changes: 1 addition & 1 deletion guides/ibc-connection.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down