aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage
diff options
context:
space:
mode:
authorYoshiyuki Hirano <yhirano@me.com>2017-08-25 22:44:46 +0900
committerYoshiyuki Hirano <yhirano@me.com>2017-08-25 22:44:46 +0900
commit7ba922bb487f903d3513183a72d71cc54f197b11 (patch)
tree118882cd01dea3e90eb7a5f3cc2bf8cdf01b4e39 /activestorage
parentcb5af0d750198739d85b99aecd2f69927ec42e6a (diff)
downloadrails-7ba922bb487f903d3513183a72d71cc54f197b11.tar.gz
rails-7ba922bb487f903d3513183a72d71cc54f197b11.tar.bz2
rails-7ba922bb487f903d3513183a72d71cc54f197b11.zip
Fix link in doc for active storage [ci skip]
Diffstat (limited to 'activestorage')
-rw-r--r--activestorage/app/models/active_storage/variant.rb2
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