Skip to content

Commit

Permalink
Clarify title of CCIP guide (#2031)
Browse files Browse the repository at this point in the history
* clarify title guide

* nit
  • Loading branch information
aelmanaa authored Aug 9, 2024
1 parent 17d4c35 commit d206193
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/config/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ export const SIDEBAR: Partial<Record<Sections, SectionEntry[]>> = {
url: "ccip/tutorials/send-arbitrary-data",
},
{
title: "Send Arbitrary Data with Acknowledgment of Receipt",
title: "Send Arbitrary Data and Receive Transfer Confirmation: A -> B -> A",
url: "ccip/tutorials/send-arbitrary-data-receipt-acknowledgment",
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/content/ccip/tutorials/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You can explore several comprehensive guides to learn about cross-chain interope
- [Checking CCIP Message Status](/ccip/tutorials/get-status-offchain)
- [Transfer USDC with Data](/ccip/tutorials/usdc)
- [Send Arbitrary Data](/ccip/tutorials/send-arbitrary-data)
- [Send Arbitrary Data with Acknowledgment of Receipt](/ccip/tutorials/send-arbitrary-data-receipt-acknowledgment)
- [Send Arbitrary Data and Receive Transfer Confirmation: A -> B -> A](/ccip/tutorials/send-arbitrary-data-receipt-acknowledgment)
- [Manual Execution](/ccip/tutorials/manual-execution)
- [Optimizing Gas Limit Settings in CCIP Messages](/ccip/tutorials/ccipreceive-gaslimit)
- [Acquire Test Tokens](/ccip/test-tokens)
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
section: ccip
date: Last Modified
title: "Send Arbitrary Data with Acknowledgment of Receipt"
title: "Send Arbitrary Data and Receive Transfer Confirmation: A -> B -> A"
whatsnext:
{
"See example cross-chain dApps and tools": "/ccip/examples",
Expand Down
2 changes: 1 addition & 1 deletion src/content/ccip/tutorials/send-arbitrary-data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ date: Last Modified
title: "Send Arbitrary Data"
whatsnext:
{
"Learn how to send arbitrary data with acknowledgment of receipt": "/ccip/tutorials/send-arbitrary-data-receipt-acknowledgment",
"Send Arbitrary Data and Receive Transfer Confirmation: A -> B -> A": "/ccip/tutorials/send-arbitrary-data-receipt-acknowledgment",
"See example cross-chain dApps and tools": "/ccip/examples",
"See the list of supported networks": "/ccip/supported-networks",
"Learn about CCIP Architecture and Billing": "/ccip/architecture",
Expand Down

0 comments on commit d206193

Please sign in to comment.