Skip to content

Commit 58afd8c

Browse files
committed
Update debounce article links. [ci skip]
1 parent e120d63 commit 58afd8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lodash.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9270,7 +9270,7 @@
92709270
* on the trailing edge of the timeout only if the debounced function is
92719271
* invoked more than once during the `wait` timeout.
92729272
*
9273-
* See [David Corbacho's article](http://drupalmotion.com/article/debounce-and-throttle-visual-explanation)
9273+
* See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/)
92749274
* for details over the differences between `_.debounce` and `_.throttle`.
92759275
*
92769276
* @static
@@ -9874,7 +9874,7 @@
98749874
* invoked on the trailing edge of the timeout only if the throttled function
98759875
* is invoked more than once during the `wait` timeout.
98769876
*
9877-
* See [David Corbacho's article](http://drupalmotion.com/article/debounce-and-throttle-visual-explanation)
9877+
* See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/)
98789878
* for details over the differences between `_.throttle` and `_.debounce`.
98799879
*
98809880
* @static

0 commit comments

Comments
 (0)