Skip to content

Commit

Permalink
chore:fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Oct 14, 2024
1 parent d8724f2 commit 1cf0074
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ export const proNav: Links = [
asPath.startsWith('/docs/pro/packages'),
},
{
href: '/docs/pro/nextjs-starterkit',
href: '/docs/nextjs-starter-kit',
label: 'Next.js starter kit',
match: (asPath: string, href: string) =>
href.startsWith('/docs/pro/nextjs-starterkit') &&
asPath.startsWith('/docs/pro/nextjs-starterkit'),
href.startsWith('/docs/nextjs-starter-kit') &&
asPath.startsWith('/docs/nextjs-starter-kit'),
},
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ the private Github members team and get access to the NPM registry.

<SimpleGrid columns={[1, null, 2]} spacing={8} mt="8">
<QuickLink
href="/docs/pro/nextjs-starter-kit/installation/clone-repository"
href="/docs/nextjs-starter-kit/installation/clone-repository"
title="Clone repository"
description="Clone the Git repository."
label="Get started"
/>

<QuickLink
href="/docs/pro/nextjs-starter-kit/installation/run-application"
href="/docs/nextjs-starter-kit/installation/run-application"
title="Run the application"
description="How to run the application locally."
label="Get started"
Expand Down

0 comments on commit 1cf0074

Please sign in to comment.