Skip to content

Commit c37a7d4

Browse files
Kapil GowruKapil Gowru
authored andcommitted
feat: fixed broken link on TS card
1 parent eb194fc commit c37a7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fern/products/sdks/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description: Generate idiomatic SDKs in multiple programming languages
1414
{/* <div className="dashed-gradient"></div> */}
1515
</div>
1616
<CardGroup cols={2}>
17-
<a class="fern-card interactive not-prose relative block p-6 text-base" href="/sdks/generators/typescript/quickstart">
17+
<a class="fern-card interactive not-prose relative block p-6 text-base" href="/sdks/generators/type-script/quickstart">
1818
<div class="flex items-start flex-col space-y-3">
1919
<img class="mx-auto dark:hidden" alt="TypeScript" src="./images/typescript-card.png" />
2020
<img class="mx-auto hidden dark:block" alt="TypeScript" src="./images/typescript-card-dark.png" />

0 commit comments

Comments
 (0)