Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/marketing/app/_components/TokensShowcase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ export default function TokensShowcase() {
<Button href="/docs/protocol/tip20/overview" variant="primary">
Explore TIP-20
</Button>
<Button href="/docs/guide/issuance/create-a-stablecoin" arrow>
<Button href="/developers/docs/guide/issuance/create-a-stablecoin" arrow>
Create a stablecoin
</Button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/marketing/app/_components/features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/marketing/app/features/_components/TokensSections.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading