Skip to content

Commit 6c7a8bd

Browse files
committed
content: update home page getting started CTA
- Update "Get Started: Local Setup" to "Get Started" - Update link from "/docs/local-setup/" to "/docs/getting-started/" - Update button text from "Begin Local Setup" to "Begin Setup"
1 parent 62a4eab commit 6c7a8bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ hero:
77
image:
88
file: ../../assets/flutter-news-app-full-source-code-logo.png
99
actions:
10-
- text: 'Get Started: Local Setup'
11-
link: /docs/local-setup/
10+
- text: 'Get Started'
11+
link: /docs/getting-started/
1212
icon: right-arrow
1313
- text: 'View Live Demos'
1414
link: '#toolkit-components'
@@ -116,7 +116,7 @@ This toolkit is source-available, allowing you to explore the code and ensure it
116116
machine. The PolyForm Free Trial license allows for a full evaluation of the project's
117117
quality and features.
118118
<div style={{ marginTop: '1.5rem' }}>
119-
<LinkButton href="/docs/local-setup/">Begin Local Setup</LinkButton>
119+
<LinkButton href="/docs/getting-started/">Begin Setup</LinkButton>
120120
</div>
121121
</Card>
122122
<Card title="Purchase a Lifetime License" icon="rocket">

0 commit comments

Comments
 (0)