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

Fix link in doc for active storage [ci skip]

This commit is contained in:
Yoshiyuki Hirano 2017-08-25 22:44:46 +09:00
parent cb5af0d750
commit 7ba922bb48

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