Skip to content

Commit 3cbfd5a

Browse files
committed
docs/ dir to keep things tidy
1 parent 4af97b3 commit 3cbfd5a

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 1.7.0 (2010-03-31)
22

3-
* Job hooks API. See HOOKS.md.
3+
* Job hooks API. See docs/HOOKS.md.
44
* web: Hovering over dates shows a timestamp
55
* web: AJAXify retry action for failed jobs
66
* web bugfix: Fix pagination bug

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ For a list of available plugins see
662662

663663
If you'd like to write your own plugin, or want to customize Resque
664664
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).
666666

667667

668668
Namespaces

HOOKS.md renamed to docs/HOOKS.md

File renamed without changes.

PLUGINS.md renamed to docs/PLUGINS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Resque Plugins
44
Resque encourages plugin development. For a list of available plugins,
55
please see <http://wiki.github.com/defunkt/resque/plugins>.
66

7-
The `HOOKS.md` file included with Resque documents the available
7+
The `docs/HOOKS.md` file included with Resque documents the available
88
hooks you can use to add or change Resque functionality. This document
99
describes best practice for plugins themselves.
1010

0 commit comments

Comments
 (0)