Fix links [ci skip]

This commit is contained in:
George Claghorn 2017-10-22 13:36:37 -04:00
parent 605484079d
commit 398e4fecde

@ -8,8 +8,8 @@ module ActiveStorage
# ActiveStorage::Analyzer::ImageAnalyzer.new(blob).metadata
# # => { width: 4104, height: 2736 }
#
# This analyzer relies on the third-party [MiniMagick]{https://github.com/minimagick/minimagick} gem. MiniMagick requires
# the [ImageMagick]{http://www.imagemagick.org} system library. These libraries are not provided by Rails; you must
# This analyzer relies on the third-party {MiniMagick}[https://github.com/minimagick/minimagick] gem. MiniMagick requires
# the {ImageMagick}[http://www.imagemagick.org] system library. These libraries are not provided by Rails; you must
# install them yourself to use this analyzer.
class Analyzer::ImageAnalyzer < Analyzer
def self.accept?(blob)