Skip to content

Commit cb74e1b

Browse files
Fix broken(?) link on Type Compatibility page
Add `/docs` prefix to link href because without it I'm getting `"The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."`. (I'm assuming this isn't a "temporarily unavailable" situation, but if it is then disregard.)
1 parent 9ac10dd commit cb74e1b

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 [The Basics](/handbook/2/basic-types.html):
394+
Reiterating [The Basics](/docs/handbook/2/basic-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)