Skip to content

Commit b4225b1

Browse files
committed
Fixed broken link
1 parent 7761ed0 commit b4225b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/ccip/tutorials/evm/offchain/ccip-tools/get-status-offchain.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: Last Modified
44
title: "Checking CCIP Message Status"
55
metadata:
66
description: "Learn to check the status of Chainlink CCIP messages offchain using CCIP Tools. Provide CCIP source transaction hash to verify transaction progress."
7-
whatsnext: { "Get Supported Tokens": "/ccip/tutorials/evm/offchain/get-supported-tokens" }
7+
whatsnext: { "Get Supported Tokens": "/ccip/tutorials/evm/offchain/ccip-tools/get-supported-tokens" }
88
---
99

1010
import { CodeSample, ClickToZoom, CopyText, Aside } from "@components"

src/content/ccip/tutorials/evm/offchain/ccip-tools/transfer-tokens-from-eoa.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ In this tutorial, you will use Chainlink CCIP to transfer tokens directly from y
3737
- [Configure MetaMask to use LINK tokens](/resources/acquire-link#configure-metamask-to-use-link-tokens)
3838
- Acquire testnet AVAX and LINK from [faucets.chain.link/fuji](https://faucets.chain.link/fuji)
3939

40-
1. Check the [CCIP Directory](/ccip/directory) to confirm that the tokens you will transfer are supported for your lane. In this example, you will transfer tokens from _Avalanche Fuji_ to _Ethereum Sepolia_ so check the list of supported tokens [here](/ccip/directory/testnet/chain/avalanche-fuji-testnet). Alternatively, you can use the [Get Supported Tokens](/ccip/tutorials/evm/offchain/get-supported-tokens) tutorial to retrieve the list of supported tokens programmatically.
40+
1. Check the [CCIP Directory](/ccip/directory) to confirm that the tokens you will transfer are supported for your lane. In this example, you will transfer tokens from _Avalanche Fuji_ to _Ethereum Sepolia_ so check the list of supported tokens [here](/ccip/directory/testnet/chain/avalanche-fuji-testnet). Alternatively, you can use the [Get Supported Tokens](/ccip/tutorials/evm/offchain/ccip-tools/get-supported-tokens) tutorial to retrieve the list of supported tokens programmatically.
4141

4242
1. Learn how to [acquire CCIP test tokens](/ccip/test-tokens#mint-test-tokens). After following this guide, your [EOA (Externally Owned Account)](https://ethereum.org/en/developers/docs/accounts/#types-of-account) should have CCIP-BnM tokens, and CCIP-BnM should appear in the list of your tokens in MetaMask.
4343

0 commit comments

Comments
 (0)