We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a4a66 commit 9c4f23fCopy full SHA for 9c4f23f
1 file changed
lib/imgproxy.rb
@@ -105,7 +105,7 @@ def configure
105
# @option options [Boolean] :use_short_options
106
# @option options [Boolean] :base64_encode_urls
107
# @option options [Boolean] :escape_plain_url
108
- # @see https://docs.imgproxy.net/#/generating_the_url_advanced?id=processing-options
+ # @see https://docs.imgproxy.net/generating_the_url_advanced?id=processing-options
109
# Available imgproxy URL processing options and their arguments
110
def url_for(image, options = {})
111
Imgproxy::Builder.new(options).url_for(image)
0 commit comments