Skip to content

Commit 7ba922b

Browse files
committed
Fix link in doc for active storage [ci skip]
1 parent cb5af0d commit 7ba922b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activestorage/app/models/active_storage/variant.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# These variants are used to create thumbnails, fixed-size avatars, or any other derivative image from the
55
# original.
66
#
7-
# Variants rely on {MiniMagick}(https://github.com/minimagick/minimagick) for the actual transformations
7+
# Variants rely on {MiniMagick}[https://github.com/minimagick/minimagick] for the actual transformations
88
# of the file, so you must add <tt>gem "mini_magick"</tt> to your Gemfile if you wish to use variants.
99
#
1010
# Note that to create a variant it's necessary to download the entire blob file from the service and load it

0 commit comments

Comments
 (0)