Skip to content
This repository has been archived by the owner on Sep 24, 2018. It is now read-only.

Commit

Permalink
minor: Fix link for Saga debouncing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Jun 1, 2018
1 parent ef212a6 commit d3f5d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sideEffect/saga/referenceFetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const tasks = {};
* call to finalize() will not be canceled. The delay acts as a
* debounce.
*
* @see http://yelouafi.github.io/redux-saga/docs/recipes/index.html#debouncing
* @see https://redux-saga.js.org/docs/recipes/#debouncing
*/
function* finalize(resource, actionCreator) {
// combined with cancel(), this debounces the calls
Expand Down

0 comments on commit d3f5d05

Please sign in to comment.