From d206193877769186a479fa479b697ee0f1c79bb1 Mon Sep 17 00:00:00 2001 From: "Amine E." Date: Fri, 9 Aug 2024 17:58:22 +0200 Subject: [PATCH] Clarify title of CCIP guide (#2031) * clarify title guide * nit --- src/config/sidebar.ts | 2 +- src/content/ccip/tutorials/index.mdx | 2 +- .../tutorials/send-arbitrary-data-receipt-acknowledgment.mdx | 2 +- src/content/ccip/tutorials/send-arbitrary-data.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/config/sidebar.ts b/src/config/sidebar.ts index 5630b3db586..0fcd5f9b32a 100644 --- a/src/config/sidebar.ts +++ b/src/config/sidebar.ts @@ -1001,7 +1001,7 @@ export const SIDEBAR: Partial> = { 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", }, { diff --git a/src/content/ccip/tutorials/index.mdx b/src/content/ccip/tutorials/index.mdx index abc54977fdf..0fb11c09600 100644 --- a/src/content/ccip/tutorials/index.mdx +++ b/src/content/ccip/tutorials/index.mdx @@ -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) diff --git a/src/content/ccip/tutorials/send-arbitrary-data-receipt-acknowledgment.mdx b/src/content/ccip/tutorials/send-arbitrary-data-receipt-acknowledgment.mdx index 287ea00e9e1..11c5e678206 100644 --- a/src/content/ccip/tutorials/send-arbitrary-data-receipt-acknowledgment.mdx +++ b/src/content/ccip/tutorials/send-arbitrary-data-receipt-acknowledgment.mdx @@ -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", diff --git a/src/content/ccip/tutorials/send-arbitrary-data.mdx b/src/content/ccip/tutorials/send-arbitrary-data.mdx index edc6185a004..4af89679410 100644 --- a/src/content/ccip/tutorials/send-arbitrary-data.mdx +++ b/src/content/ccip/tutorials/send-arbitrary-data.mdx @@ -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",