Skip to content

Commit 34a766a

Browse files
Fix URLs for Cheat Sheet
1 parent 95b5c7d commit 34a766a

File tree

1 file changed

+4
-4
lines changed
  • src/pages/2025-10/typescript-utility-types

1 file changed

+4
-4
lines changed

src/pages/2025-10/typescript-utility-types/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ Many developers think they need to learn the intricacies of advanced TypeScript
1212

1313
<Tangent>
1414
Checkout my free complete [TypeScript utility types cheat
15-
sheet](https://webdevsimplified.com/typescript-utility-types-cheat-sheet.html)
16-
that covers every TypeScript utility type you need to know with code examples.
15+
sheet](https://webdevsimplified.com/ts-utility-types-cheat-sheet.html) that
16+
covers every TypeScript utility type you need to know with code examples.
1717
</Tangent>
1818

1919
<div style="max-width: 50ch; margin-left: auto; margin-right: auto;">
2020
[![TypeScript Utility Types Cheat Sheet
21-
Preview](/articleAssets/2025-10/typescript-utility-types/cheat-sheet-preview.png)](https://webdevsimplified.com/typescript-utility-types-cheat-sheet.html)
21+
Preview](/articleAssets/2025-10/typescript-utility-types/cheat-sheet-preview.png)](https://webdevsimplified.com/ts-utility-types-cheat-sheet.html)
2222
</div>
2323

2424
## Object Based Utilities
@@ -584,5 +584,5 @@ Utility types are tiny, composable building blocks that are perfect for transfor
584584
<Tangent>
585585
If you want to ensure you never forget any of these utility types you should
586586
download my free [TypeScript utility types cheat
587-
sheet](https://webdevsimplified.com/typescript-utility-types-cheat-sheet.html).
587+
sheet](https://webdevsimplified.com/ts-utility-types-cheat-sheet.html).
588588
</Tangent>

0 commit comments

Comments
 (0)