1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #30404 from yhirano55/fix_link_in_doc_for_active_storage

Fix link in doc for active storage [ci skip]
This commit is contained in:
Robin Dupret 2017-08-25 15:52:33 +02:00 committed by GitHub
commit 14c1a9c5e3

View file

@ -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