Skip to content

Commit cb04756

Browse files
authored
Fix incorrect link (#12255)
* Fix incorrect link * Update contributors.yml
1 parent c937b4e commit cb04756

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@
214214
- pavsoldatov
215215
- pcattori
216216
- petersendidit
217+
- printfn
217218
- promet99
218219
- pyitphyoaung
219220
- refusado

docs/components/link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ function ImageLink(to) {
218218
[history-replace-state]: https://developer.mozilla.org/en-US/docs/Web/API/History/replaceState
219219
[history-push-state]: https://developer.mozilla.org/en-US/docs/Web/API/History/pushState
220220
[history-state]: https://developer.mozilla.org/en-US/docs/Web/API/History/state
221-
[use-view-transition-state]: ../hooks//use-view-transition-state
221+
[use-view-transition-state]: ../hooks/use-view-transition-state
222222
[view-transitions]: https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API
223223
[picking-a-router]: ../routers/picking-a-router
224224
[navlink]: ./nav-link

0 commit comments

Comments
 (0)