Skip to content

Commit 2b2eb90

Browse files
author
Orta Therox
authored
Merge pull request #1960 from avedetvedea/patch-1
update basic type link
2 parents 71e8f61 + cb78720 commit 2b2eb90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/documentation/copy/en/reference/Type Compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ A "<span class='black-tick'>✓</span>" indicates a combination that is compatib
391391
</tbody>
392392
</table>
393393

394-
Reiterating [Basic Types](/handbook/basic-types.html):
394+
Reiterating [Basic Types](/handbook/2/everyday-types.html):
395395

396396
- Everything is assignable to itself.
397397
- `any` and `unknown` are the same in terms of what is assignable to them, different in that `unknown` is not assignable to anything except `any`.

0 commit comments

Comments
 (0)