diff options
author | George Claghorn <george@basecamp.com> | 2017-10-22 13:36:37 -0400 |
---|---|---|
committer | George Claghorn <george@basecamp.com> | 2017-10-22 13:36:37 -0400 |
commit | 398e4fecde6f8b3263cc7c04face664c248d3966 (patch) | |
tree | 066598215ebeae517747f21d1a0e48e4cdad0b4a /activestorage/lib | |
parent | 605484079d297d1ba6835628465be81f03c052ee (diff) | |
download | rails-398e4fecde6f8b3263cc7c04face664c248d3966.tar.gz rails-398e4fecde6f8b3263cc7c04face664c248d3966.tar.bz2 rails-398e4fecde6f8b3263cc7c04face664c248d3966.zip |
Fix links [ci skip]
Diffstat (limited to 'activestorage/lib')
-rw-r--r-- | activestorage/lib/active_storage/analyzer/image_analyzer.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activestorage/lib/active_storage/analyzer/image_analyzer.rb b/activestorage/lib/active_storage/analyzer/image_analyzer.rb index b25d2092b9..25e0251e6e 100644 --- a/activestorage/lib/active_storage/analyzer/image_analyzer.rb +++ b/activestorage/lib/active_storage/analyzer/image_analyzer.rb @@ -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) |