Skip to content

Commit 7cd22fc

Browse files
committed
update
1 parent 674ac4d commit 7cd22fc

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

src/components/Header/getNavigationProps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const desktopSubProductsNav = [
6464
},
6565
{
6666
label: "Digital Transfer Agent (DTA)",
67-
href: "/dta",
67+
href: "/dta-technical-standard",
6868
icon: dtaLogo.src,
6969
col: 1,
7070
},

src/config/sidebar.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2335,31 +2335,31 @@ export const SIDEBAR: Partial<Record<Sections, SectionEntry[]>> = {
23352335
contents: [
23362336
{
23372337
title: "About DTA",
2338-
url: "dta",
2338+
url: "dta-technical-standard",
23392339
},
23402340
{
23412341
title: "How It Works",
2342-
url: "dta/how-it-works",
2342+
url: "dta-technical-standard/how-it-works",
23432343
},
23442344
{
23452345
title: "Actors",
2346-
url: "dta/actors",
2346+
url: "dta-technical-standard/actors",
23472347
},
23482348
],
23492349
},
23502350
{
23512351
section: "Concepts",
23522352
contents: [
2353-
{ title: "Architecture", url: "dta/concepts/architecture" },
2354-
{ title: "The Request Lifecycle", url: "dta/concepts/request-lifecycle" },
2355-
{ title: "Payment Modes", url: "dta/concepts/payment-modes" },
2356-
// { title: "Token Compliance and DTA", url: "dta/concepts/token-compliance-and-dta" },
2357-
// { title: "Cross-Chain with CCIP", url: "dta/concepts/cross-chain-ccip" },
2353+
{ title: "Architecture", url: "dta-technical-standard/concepts/architecture" },
2354+
{ title: "The Request Lifecycle", url: "dta-technical-standard/concepts/request-lifecycle" },
2355+
{ title: "Payment Modes", url: "dta-technical-standard/concepts/payment-modes" },
2356+
// { title: "Token Compliance and DTA", url: "dta-technical-standard/concepts/token-compliance-and-dta" },
2357+
// { title: "Cross-Chain with CCIP", url: "dta-technical-standard/concepts/cross-chain-ccip" },
23582358
],
23592359
},
23602360
{
23612361
section: "Reference",
2362-
contents: [{ title: "Glossary", url: "dta/reference/glossary" }],
2362+
contents: [{ title: "Glossary", url: "dta-technical-standard/reference/glossary" }],
23632363
},
23642364
],
23652365
}

src/features/landing/data/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export const evmProducts = [
141141
{
142142
title: "DTA",
143143
description: "Technical standard for subscriptions, redemptions, and settlements.",
144-
docsLandingLink: "/dta",
144+
docsLandingLink: "/dta-technical-standard",
145145
// learnMoreLink: "https://dev.chain.link/products/dta",
146146
image: dtaLogo,
147147
shape: dtaShape,
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)