diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2019-03-09 20:49:27 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-09 20:49:27 +0900 |
commit | b7fa01bb2fb14ea96e3274b7a0a03d7ba23eb1bd (patch) | |
tree | 1138b2bf7ae9cd65f27c0fdf7a746fe3e053128f /activejob | |
parent | 9c9f281da29e02d5c32b7b0445beab0de6106a5e (diff) | |
parent | 476abd403b38ed214b833fbc1dbc16740576c33d (diff) | |
download | rails-b7fa01bb2fb14ea96e3274b7a0a03d7ba23eb1bd.tar.gz rails-b7fa01bb2fb14ea96e3274b7a0a03d7ba23eb1bd.tar.bz2 rails-b7fa01bb2fb14ea96e3274b7a0a03d7ba23eb1bd.zip |
Merge pull request #35529 from abhaynikam/35492-follow-up-to-updates-links-to-https
Updated links from http to https in guides, docs, etc
Diffstat (limited to 'activejob')
-rw-r--r-- | activejob/README.md | 6 |
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: |