Skip to content

docs: fix unavailable links #1475

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions docs/docs/guide/broadcast-tx.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

## Overview

Now that you’ve learned [how to get a signed result](./sign-a-message), let’s explore how to broadcast a signed transaction.
Now that you’ve learned [how to get a signed result](./sign-a-message.md), let’s explore how to broadcast a signed transaction.

- Cosmos-based Chains
- Continue from the next section.
- EVM-based Chains
- Continue from the [EVM-based Chains](../multi-ecosystem-support/evm#sending-ethereum-transactions) section.
- Continue from the [EVM-based Chains](../multi-ecosystem-support/evm.md#sending-ethereum-transactions) section.
- Starknet
- Continue from the [Starknet](../multi-ecosystem-support/starknet#signing-transactions-on-starknet) section.
- Continue from the [Starknet](../multi-ecosystem-support/starknet.md#signing-transactions-on-starknet) section.

---

Expand Down