aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2018-05-24 10:55:22 -0500
committerGitHub <noreply@github.com>2018-05-24 10:55:22 -0500
commitc31317bd16f14c868f7a3ffea9eee120880a7a4d (patch)
tree5e38574d514d1f88db0a318c29951d77da454234
parent3f2afd4d238cfe6fec5e6ab9c3544285d21f1e81 (diff)
parentef90adfd27be15447026beace0969bfc736f7a19 (diff)
downloadrails-c31317bd16f14c868f7a3ffea9eee120880a7a4d.tar.gz
rails-c31317bd16f14c868f7a3ffea9eee120880a7a4d.tar.bz2
rails-c31317bd16f14c868f7a3ffea9eee120880a7a4d.zip
Merge pull request #32976 from oamado/fix_doc_broken_link
update README link: md instead rdoc
-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 43ca998937..00c7b407b1 100644
--- a/activejob/lib/active_job/queue_adapters.rb
+++ b/activejob/lib/active_job/queue_adapters.rb
@@ -15,7 +15,7 @@ module ActiveJob
# * {Sucker Punch}[https://github.com/brandonhilkert/sucker_punch]
# * {Active Job Async Job}[http://api.rubyonrails.org/classes/ActiveJob/QueueAdapters/AsyncAdapter.html]
# * {Active Job Inline}[http://api.rubyonrails.org/classes/ActiveJob/QueueAdapters/InlineAdapter.html]
- # * Please Note: We are not accepting pull requests for new adapters. See the {README}[link:files/activejob/README_rdoc.html] for more details.
+ # * Please Note: We are not accepting pull requests for new adapters. See the {README}[link:files/activejob/README_md.html] for more details.
#
# === Backends Features
#