aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-03-09 20:49:27 +0900
committerGitHub <noreply@github.com>2019-03-09 20:49:27 +0900
commitb7fa01bb2fb14ea96e3274b7a0a03d7ba23eb1bd (patch)
tree1138b2bf7ae9cd65f27c0fdf7a746fe3e053128f /activestorage
parent9c9f281da29e02d5c32b7b0445beab0de6106a5e (diff)
parent476abd403b38ed214b833fbc1dbc16740576c33d (diff)
downloadrails-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 '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: