diff options
author | Robin Dupret <robin.dupret@gmail.com> | 2017-08-25 15:52:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-25 15:52:33 +0200 |
commit | 14c1a9c5e3471decee9ad09b91024a4293f1b2c2 (patch) | |
tree | 4fdb175b00a78c65a4b38e7988b751e2d9d8253b | |
parent | 1a723c65bbe91ad969b67416233d20eff6d2a46a (diff) | |
parent | 7ba922bb487f903d3513183a72d71cc54f197b11 (diff) | |
download | rails-14c1a9c5e3471decee9ad09b91024a4293f1b2c2.tar.gz rails-14c1a9c5e3471decee9ad09b91024a4293f1b2c2.tar.bz2 rails-14c1a9c5e3471decee9ad09b91024a4293f1b2c2.zip |
Merge pull request #30404 from yhirano55/fix_link_in_doc_for_active_storage
Fix link in doc for active storage [ci skip]
-rw-r--r-- | activestorage/app/models/active_storage/variant.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activestorage/app/models/active_storage/variant.rb b/activestorage/app/models/active_storage/variant.rb index 40648a27f7..02bf32b352 100644 --- a/activestorage/app/models/active_storage/variant.rb +++ b/activestorage/app/models/active_storage/variant.rb @@ -4,7 +4,7 @@ # These variants are used to create thumbnails, fixed-size avatars, or any other derivative image from the # original. # -# Variants rely on {MiniMagick}(https://github.com/minimagick/minimagick) for the actual transformations +# Variants rely on {MiniMagick}[https://github.com/minimagick/minimagick] for the actual transformations # of the file, so you must add <tt>gem "mini_magick"</tt> to your Gemfile if you wish to use variants. # # Note that to create a variant it's necessary to download the entire blob file from the service and load it |