aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/lib
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-09-20 08:56:05 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-09-20 08:56:05 +0900
commit6a8e7fd8d8cbfa335899153d455082cde906a579 (patch)
tree235ba763df82d734ef3381bd214b5038e9f23dbb /activejob/lib
parentc66121722b0a39b5090b5e4bad88a3590e88d076 (diff)
downloadrails-6a8e7fd8d8cbfa335899153d455082cde906a579.tar.gz
rails-6a8e7fd8d8cbfa335899153d455082cde906a579.tar.bz2
rails-6a8e7fd8d8cbfa335899153d455082cde906a579.zip
fix link to `resque` [ci skip]
`1-x-stable` branch does not exist, `master` is 1.x branch. Ref: http://words.steveklabnik.com/rescuing-resque-again
Diffstat (limited to 'activejob/lib')
-rw-r--r--activejob/lib/active_job/queue_adapters.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activejob/lib/active_job/queue_adapters.rb b/activejob/lib/active_job/queue_adapters.rb
index 86cc880b14..c8eedb6156 100644
--- a/activejob/lib/active_job/queue_adapters.rb
+++ b/activejob/lib/active_job/queue_adapters.rb
@@ -8,7 +8,7 @@ module ActiveJob
# * {Qu}[https://github.com/bkeepers/qu]
# * {Que}[https://github.com/chanks/que]
# * {queue_classic}[https://github.com/QueueClassic/queue_classic]
- # * {Resque 1.x}[https://github.com/resque/resque/tree/1-x-stable]
+ # * {Resque}[https://github.com/resque/resque]
# * {Sidekiq}[http://sidekiq.org]
# * {Sneakers}[https://github.com/jondot/sneakers]
# * {Sucker Punch}[https://github.com/brandonhilkert/sucker_punch]