aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
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 /activestorage
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 'activestorage')
-rw-r--r--activestorage/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/activestorage/README.md b/activestorage/README.md
index 2886169ca7..e5f64c97af 100644
--- a/activestorage/README.md
+++ b/activestorage/README.md
@@ -4,7 +4,7 @@ Active Storage makes it simple to upload and reference files in cloud services l
Files can be uploaded from the server to the cloud or directly from the client to the cloud.
-Image files can furthermore be transformed using on-demand variants for quality, aspect ratio, size, or any other [MiniMagick](https://github.com/minimagick/minimagick) or [Vips](http://www.rubydoc.info/gems/ruby-vips/Vips/Image) supported transformation.
+Image files can furthermore be transformed using on-demand variants for quality, aspect ratio, size, or any other [MiniMagick](https://github.com/minimagick/minimagick) or [Vips](https://www.rubydoc.info/gems/ruby-vips/Vips/Image) supported transformation.
## Compared to other storage solutions
@@ -149,7 +149,7 @@ Active Storage is released under the [MIT License](https://opensource.org/licens
API documentation is at:
-* http://api.rubyonrails.org
+* https://api.rubyonrails.org
Bug reports for the Ruby on Rails project can be filed here: