diff options
author | Jon Moss <maclover7@users.noreply.github.com> | 2016-09-19 20:15:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-19 20:15:59 -0400 |
commit | 8150c1260edb48c03dd686c0a74feee7d43c5479 (patch) | |
tree | 9204dae08f32f2d760ee790adde1fdd60ba87ca2 /activejob | |
parent | c40c0fe9bd5a74b703c0efea91860f82ddd4d594 (diff) | |
parent | 6a8e7fd8d8cbfa335899153d455082cde906a579 (diff) | |
download | rails-8150c1260edb48c03dd686c0a74feee7d43c5479.tar.gz rails-8150c1260edb48c03dd686c0a74feee7d43c5479.tar.bz2 rails-8150c1260edb48c03dd686c0a74feee7d43c5479.zip |
Merge pull request #26553 from y-yagi/fix_link_to_resque
fix link to `resque` [ci skip]
Diffstat (limited to 'activejob')
-rw-r--r-- | activejob/lib/active_job/queue_adapters.rb | 2 |
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] |