File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
## 1.7.0 (2010-03-31)
2
2
3
- * Job hooks API. See HOOKS.md.
3
+ * Job hooks API. See docs/ HOOKS.md.
4
4
* web: Hovering over dates shows a timestamp
5
5
* web: AJAXify retry action for failed jobs
6
6
* web bugfix: Fix pagination bug
Original file line number Diff line number Diff line change @@ -662,7 +662,7 @@ For a list of available plugins see
662
662
663
663
If you'd like to write your own plugin, or want to customize Resque
664
664
using hooks (such as ` Resque.after_fork ` ), see
665
- [ HOOKS.md] ( http://github.com/defunkt/resque/blob/master/HOOKS.md ) .
665
+ [ docs/ HOOKS.md] ( http://github.com/defunkt/resque/blob/master/HOOKS.md ) .
666
666
667
667
668
668
Namespaces
File renamed without changes.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Resque Plugins
4
4
Resque encourages plugin development. For a list of available plugins,
5
5
please see < http://wiki.github.com/defunkt/resque/plugins > .
6
6
7
- The ` HOOKS.md ` file included with Resque documents the available
7
+ The ` docs/ HOOKS.md` file included with Resque documents the available
8
8
hooks you can use to add or change Resque functionality. This document
9
9
describes best practice for plugins themselves.
10
10
You can’t perform that action at this time.
0 commit comments