Skip to content

Commit

Permalink
docs: fix documentation link (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
immois authored Dec 14, 2023
1 parent df1362f commit d76cdc5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .changeset/old-paws-watch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@raddix/use-scroll-position': patch
'@raddix/use-event-listener': patch
'@raddix/use-window-size': patch
'@raddix/use-debounce': patch
---

Fix documentation link
2 changes: 1 addition & 1 deletion packages/hooks/use-debounce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

The `useDebounce` hook is used to debounce a value. It is useful when you want to delay the execution of a function until a value has not changed for a certain amount of time.

Please refer to the [documentation](https://www.raddix.website/docs/use-debounce) for more information.
Please refer to the [documentation](https://www.raddix.website/hooks/use-debounce) for more information.
2 changes: 1 addition & 1 deletion packages/hooks/use-event-listener/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

A hook that enables you to add event listeners to a target element or document.

Please refer to the [documentation](https://www.raddix.website/docs/use-event-listener) for more information.
Please refer to the [documentation](https://www.raddix.website/hooks/use-event-listener) for more information.
2 changes: 1 addition & 1 deletion packages/hooks/use-scroll-position/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

The `useScrollPosition` hook listens for the scroll position of the current window or element.

Please refer to the [documentation](https://www.raddix.website/docs/use-scroll-position) for more information.
Please refer to the [documentation](https://www.raddix.website/hooks/use-scroll-position) for more information.
2 changes: 1 addition & 1 deletion packages/hooks/use-window-size/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

The `useWindowSize` hook track the dimensions of the browser window.

Please refer to the [documentation](https://www.raddix.website/docs/use-window-size) for more information.
Please refer to the [documentation](https://www.raddix.website/hooks/use-window-size) for more information.

0 comments on commit d76cdc5

Please sign in to comment.