Skip to content

Commit

Permalink
fix(start): use correct "Get started" link on bottom of index page (#305
Browse files Browse the repository at this point in the history
)

Co-authored-by: Sean Cassiere <[email protected]>
  • Loading branch information
busybox11 and SeanCassiere authored Nov 22, 2024
1 parent 6e7d714 commit 1d1263d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/_libraries.start.$version.index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ export default function VersionIndex() {
</div>
<div>
<Link
to="./docs/framework/react/start/overview"
to="../../router/latest/docs/framework/react/start/overview"
className={`inline-block py-2 px-4 bg-cyan-500 rounded text-white uppercase font-extrabold`}
>
Get Started!
Expand Down

0 comments on commit 1d1263d

Please sign in to comment.