Skip to content

Commit 72c9aea

Browse files
authored
fix(docs): blog moved to different domain (#4663)
1 parent 723abab commit 72c9aea

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/shared/refDebounced/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ You can also pass an optional 3rd parameter including maxWait option. See `useDe
2828

2929
## Recommended Reading
3030

31-
- [**Debounce vs Throttle**: Definitive Visual Guide](https://redd.one/blog/debounce-vs-throttle)
31+
- [**Debounce vs Throttle**: Definitive Visual Guide](https://kettanaito.com/blog/debounce-vs-throttle)

packages/shared/refThrottled/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ const throttled = refThrottled(input, 1000, undefined, false)
4343

4444
## Recommended Reading
4545

46-
- [Debounce vs Throttle: Definitive Visual Guide](https://redd.one/blog/debounce-vs-throttle)
46+
- [Debounce vs Throttle: Definitive Visual Guide](https://kettanaito.com/blog/debounce-vs-throttle)
4747
- [Debouncing and Throttling Explained Through Examples](https://css-tricks.com/debouncing-throttling-explained-examples/)

packages/shared/useDebounceFn/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ setTimeout(debouncedRequest, 500)
7474

7575
## Recommended Reading
7676

77-
- [**Debounce vs Throttle**: Definitive Visual Guide](https://redd.one/blog/debounce-vs-throttle)
77+
- [**Debounce vs Throttle**: Definitive Visual Guide](https://kettanaito.com/blog/debounce-vs-throttle)

packages/shared/useThrottleFn/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ useEventListener(window, 'resize', throttledFn)
2323

2424
## Recommended Reading
2525

26-
- [**Debounce vs Throttle**: Definitive Visual Guide](https://redd.one/blog/debounce-vs-throttle)
26+
- [**Debounce vs Throttle**: Definitive Visual Guide](https://kettanaito.com/blog/debounce-vs-throttle)

0 commit comments

Comments
 (0)