Skip to content
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