From 9dbe7fdb1ed7f04c8e57c6322bbf5533753caa67 Mon Sep 17 00:00:00 2001 From: Philipp Defner Date: Thu, 13 Feb 2020 21:25:36 +0100 Subject: [PATCH] Fix URL after repo got moved to libvips Github organization --- activestorage/app/models/active_storage/variant.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activestorage/app/models/active_storage/variant.rb b/activestorage/app/models/active_storage/variant.rb index 9a82507f99..14c1db8802 100644 --- a/activestorage/app/models/active_storage/variant.rb +++ b/activestorage/app/models/active_storage/variant.rb @@ -10,7 +10,7 @@ require "ostruct" # of the file, so you must add gem "image_processing" to your Gemfile if you wish to use variants. By # default, images will be processed with {ImageMagick}[http://imagemagick.org] using the # {MiniMagick}[https://github.com/minimagick/minimagick] gem, but you can also switch to the -# {libvips}[http://jcupitt.github.io/libvips/] processor operated by the {ruby-vips}[https://github.com/jcupitt/ruby-vips] +# {libvips}[http://libvips.github.io/libvips/] processor operated by the {ruby-vips}[https://github.com/libvips/ruby-vips] # gem). # # Rails.application.config.active_storage.variant_processor