Skip to content

Commit 9ec8261

Browse files
authored
Fix bad URL (#541)
1 parent 074f9c7 commit 9ec8261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/patterns_by_usecase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ function App() {
426426
}
427427
```
428428

429-
How to implement: Use [type guards](https://basarat.gitbooks.io/typescript/docs/types/typeGuard.html#user-defined-type-guards)!
429+
How to implement: Use [type guards](https://basarat.gitbook.io/typescript/type-system/typeguard#user-defined-type-guards)!
430430

431431
```tsx
432432
// Button props

0 commit comments

Comments
 (0)