Skip to content

Commit 9045f22

Browse files
committed
fix(docs): update getting started link paths
- Update hero action link from '/getting-started/' to '/docs/getting-started/' - Update LinkButton href from '/getting-started/' to '/docs/getting-started/'
1 parent 957e0d9 commit 9045f22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ hero:
88
file: ../../assets/houston.webp
99
actions:
1010
- text: 'Get Started: Local Setup'
11-
link: /getting-started/
11+
link: /docs/getting-started/
1212
icon: right-arrow
1313
- text: 'View Live Demos'
1414
link: '#ecosystem'
@@ -141,7 +141,7 @@ Welcome to the Flutter News App Full Source Code Toolkit. This is more than just
141141
machine. The trial license allows for a full evaluation of the project's
142142
quality and features for 32 days.
143143
<div style={{ marginTop: '1.5rem' }}>
144-
<LinkButton href="/getting-started/">Begin Local Setup</LinkButton>
144+
<LinkButton href="/docs/getting-started/">Begin Local Setup</LinkButton>
145145
</div>
146146
</Card>
147147
<Card title="Purchase a Lifetime License" icon="rocket">

0 commit comments

Comments
 (0)