Skip to content

Commit 1b526a2

Browse files
committed
fix(docs): update links in HomepageStartersSection
1 parent 7a2f4df commit 1b526a2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/docs/src/components/HomepageStartersSection/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const STARTERS: HoverCardProps[] = [
88
title: 'Customer Portal Starter',
99
description:
1010
'Authentication, notifications, ticketing, service overview, payments, and order history. A production-grade foundation for secure, self-service customer portals.',
11-
href: '/product/starters', // TODO: upadte link with anchor
11+
href: '/product/starters#customer-portal-starter',
1212
ctaLabel: 'Learn More',
1313
gradient:
1414
'linear-gradient(90deg, rgba(0, 19, 96, 0.4) 0%, rgba(0, 19, 96, 0.4) 100%), linear-gradient(131.86deg, var(--color-celadon) 1.526%, var(--color-violet) 69.661%)',
@@ -21,7 +21,7 @@ const STARTERS: HoverCardProps[] = [
2121
title: 'Digital Portal Starter',
2222
description:
2323
'Headless CMS-powered content portal with knowledge base features. Great for public help centers, marketing sites, and scalable experience platforms.',
24-
href: '/product/starters', // TODO: update link with anchor
24+
href: '/product/starters#digital-portal-starter',
2525
ctaLabel: 'Learn More',
2626
gradient:
2727
'linear-gradient(90deg, rgba(0, 19, 96, 0.4) 0%, rgba(0, 19, 96, 0.4) 100%), linear-gradient(104.71deg, var(--color-violet) 31.575%, rgba(85, 34, 228, 1) 80.05%)',

apps/docs/src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ export default function Home(): ReactNode {
6060
cliCommand="npx create-dxp-app"
6161
mainLink={{
6262
text: 'Explore app starters',
63-
url: 'https://demo.openselfservice.com', // TODO: add link to app starters
63+
url: '/product/starters',
6464
}}
6565
secondaryLink={{
6666
text: 'See on GitHub',
67-
url: 'https://github.com/o2sdev/openselfservice',
67+
url: 'https://github.com/o2sdev/dxp-starter-kit',
6868
iconLeft: <GithubIcon />,
6969
}}
7070
heroImage={{

0 commit comments

Comments
 (0)