Skip to content

Commit

Permalink
Fix link to Resque hooks documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
merwan authored Jul 22, 2016
1 parent a8e58f7 commit fd66f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HOOKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ In many cases you can use a hook rather than mess around with Backburner's inter

## Job Hooks

Hooks are transparently adapted from [Resque](https://github.com/defunkt/resque/blob/master/docs/HOOKS.md), so
Hooks are transparently adapted from [Resque](https://github.com/resque/resque/blob/master/docs/HOOKS.md), so
if you are familiar with their hook API, now you can use nearly the same ones with beanstalkd and backburner!

There are a variety of hooks available that are triggered during the lifecycle of a job:
Expand Down

0 comments on commit fd66f77

Please sign in to comment.