Skip to content

Commit

Permalink
Updated deprecated links (#3001)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriancuadrado authored Jan 4, 2024
1 parent c8b2ea8 commit a288648
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/typescriptlang-org/src/components/QuickJump.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,18 @@ export const QuickJump = (props: Props) => {
<h4>Handbook</h4>
<ul>
<li>
<IntlLink to="/docs/handbook/basic-types.html">
Basic Types
<IntlLink to="/docs/handbook/2/everyday-types.html">
Everyday Types
</IntlLink>
</li>
<li>
<IntlLink to="/docs/handbook/advanced-types.html">
Advanced Types
<IntlLink to="/docs/handbook/2/types-from-types.html">
Creating Types from Types
</IntlLink>
</li>
<li>
<IntlLink to="/docs/handbook/interfaces.html">
Interfaces
<IntlLink to="/docs/handbook/2/objects.html">
Object Types
</IntlLink>
</li>
<li>
Expand All @@ -79,7 +79,7 @@ export const QuickJump = (props: Props) => {
</IntlLink>
</li>
<li>
<IntlLink to="/docs/handbook/functions.html">Functions</IntlLink>
<IntlLink to="/docs/handbook/2/functions.html">More on Functions</IntlLink>
</li>
</ul>
</div>
Expand Down

0 comments on commit a288648

Please sign in to comment.