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:
commit
14c1a9c5e3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue