diff --git a/src/marketing/app/_components/TokensShowcase.tsx b/src/marketing/app/_components/TokensShowcase.tsx index 4714181c..1026332f 100644 --- a/src/marketing/app/_components/TokensShowcase.tsx +++ b/src/marketing/app/_components/TokensShowcase.tsx @@ -310,7 +310,7 @@ export default function TokensShowcase() { - diff --git a/src/marketing/app/_components/features.tsx b/src/marketing/app/_components/features.tsx index f56afb21..bc06343a 100644 --- a/src/marketing/app/_components/features.tsx +++ b/src/marketing/app/_components/features.tsx @@ -272,7 +272,7 @@ export const features: Feature[] = [ heroActions: [ { label: 'Create a stablecoin', - href: '/docs/guide/issuance/create-a-stablecoin', + href: '/developers/docs/guide/issuance/create-a-stablecoin', primary: true, }, { diff --git a/src/marketing/app/features/_components/TokensSections.tsx b/src/marketing/app/features/_components/TokensSections.tsx index e5c9dc55..7aa5dd5f 100644 --- a/src/marketing/app/features/_components/TokensSections.tsx +++ b/src/marketing/app/features/_components/TokensSections.tsx @@ -326,7 +326,7 @@ const STORIES: Story[] = [ spec: feeTokenSpec, ctas: [ { label: 'Explore TIP-20', href: '/docs/protocol/tip20/overview', primary: true }, - { label: 'Issue a token', href: '/docs/guide/issuance/create-a-stablecoin' }, + { label: 'Issue a token', href: '/developers/docs/guide/issuance/create-a-stablecoin' }, ], panelTitle: 'fee-token.ts', variants: feeTokenCodeVariants,