diff --git a/.changeset/old-paws-watch.md b/.changeset/old-paws-watch.md new file mode 100644 index 0000000..b35ff1a --- /dev/null +++ b/.changeset/old-paws-watch.md @@ -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 diff --git a/packages/hooks/use-debounce/README.md b/packages/hooks/use-debounce/README.md index 495b84f..404bef3 100644 --- a/packages/hooks/use-debounce/README.md +++ b/packages/hooks/use-debounce/README.md @@ -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. diff --git a/packages/hooks/use-event-listener/README.md b/packages/hooks/use-event-listener/README.md index 9e3e366..73774ba 100644 --- a/packages/hooks/use-event-listener/README.md +++ b/packages/hooks/use-event-listener/README.md @@ -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. \ No newline at end of file +Please refer to the [documentation](https://www.raddix.website/hooks/use-event-listener) for more information. diff --git a/packages/hooks/use-scroll-position/README.md b/packages/hooks/use-scroll-position/README.md index d722f1b..af2c623 100644 --- a/packages/hooks/use-scroll-position/README.md +++ b/packages/hooks/use-scroll-position/README.md @@ -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. diff --git a/packages/hooks/use-window-size/README.md b/packages/hooks/use-window-size/README.md index fe5653b..3f193ad 100644 --- a/packages/hooks/use-window-size/README.md +++ b/packages/hooks/use-window-size/README.md @@ -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.