Skip to content

Commit

Permalink
fix: fix 404
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Aug 28, 2024
1 parent aac7497 commit 8bd7500
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/home/featured-sdk/FeaturedSDKs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function FeaturedSDKs() {
</p>
<div className="grid gap-8 md:grid-cols-2 lg:grid-cols-3">
<SdkCard
href="/docs/quick-start/playwright"
href="/docs/quickstart/playwright"
imgSrc={playwright}
title="Playwright"
description={
Expand All @@ -62,7 +62,7 @@ export function FeaturedSDKs() {
}
/>
<SdkCard
href="/docs/quick-start/cypress"
href="/docs/quickstart/cypress"
imgSrc={cypress}
title="Cypress"
description={
Expand All @@ -73,7 +73,7 @@ export function FeaturedSDKs() {
}
/>
<SdkCard
href="/docs/quick-start/webdriverio"
href="/docs/quickstart/webdriverio"
imgSrc={webdriverio}
title="WebdriverIO"
description={
Expand All @@ -84,7 +84,7 @@ export function FeaturedSDKs() {
}
/>
<SdkCard
href="/docs/quick-start/storybook"
href="/docs/quickstart/storybook"
imgSrc={storybook}
title="Storybook"
description={
Expand All @@ -95,7 +95,7 @@ export function FeaturedSDKs() {
}
/>
<SdkCard
href="/docs/quick-start/next-js"
href="/docs/quickstart/next-js"
imgSrc={nextjs}
title="Next.js"
description={
Expand All @@ -106,7 +106,7 @@ export function FeaturedSDKs() {
}
/>
<SdkCard
href="/docs/quick-start/remix"
href="/docs/quickstart/remix"
imgSrc={remix}
title="Remix"
description={
Expand Down

0 comments on commit 8bd7500

Please sign in to comment.