aboutsummaryrefslogtreecommitdiffstats
path: root/activejob
diff options
context:
space:
mode:
authorAbhay Nikam <nikam.abhay1@gmail.com>2019-03-08 17:06:16 +0530
committerAbhay Nikam <nikam.abhay1@gmail.com>2019-03-09 16:43:47 +0530
commit476abd403b38ed214b833fbc1dbc16740576c33d (patch)
tree1577038faec16586ec64b87582b9109a6a8de877 /activejob
parent199de6bee261dd816b68c841c7775fdcd02b68d2 (diff)
downloadrails-476abd403b38ed214b833fbc1dbc16740576c33d.tar.gz
rails-476abd403b38ed214b833fbc1dbc16740576c33d.tar.bz2
rails-476abd403b38ed214b833fbc1dbc16740576c33d.zip
Updated links from http to https in guides, docs, etc
Diffstat (limited to 'activejob')
-rw-r--r--activejob/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/activejob/README.md b/activejob/README.md
index a2a5289ab7..d17711c0be 100644
--- a/activejob/README.md
+++ b/activejob/README.md
@@ -22,7 +22,7 @@ switch between them without having to rewrite your jobs.
To learn how to use your preferred queuing backend see its adapter
documentation at
-[ActiveJob::QueueAdapters](http://api.rubyonrails.org/classes/ActiveJob/QueueAdapters.html).
+[ActiveJob::QueueAdapters](https://api.rubyonrails.org/classes/ActiveJob/QueueAdapters.html).
Declare a job like so:
@@ -86,7 +86,7 @@ by default has been mixed into Active Record classes.
Active Job has built-in adapters for multiple queuing backends (Sidekiq,
Resque, Delayed Job and others). To get an up-to-date list of the adapters
-see the API Documentation for [ActiveJob::QueueAdapters](http://api.rubyonrails.org/classes/ActiveJob/QueueAdapters.html).
+see the API Documentation for [ActiveJob::QueueAdapters](https://api.rubyonrails.org/classes/ActiveJob/QueueAdapters.html).
**Please note:** We are not accepting pull requests for new adapters. We
encourage library authors to provide an ActiveJob adapter as part of
@@ -121,7 +121,7 @@ Active Job is released under the MIT license:
API documentation is at:
-* http://api.rubyonrails.org
+* https://api.rubyonrails.org
Bug reports for the Ruby on Rails project can be filed here: