lib/httpx/plugins/digest_auth.rb in httpx-1.1.3 vs lib/httpx/plugins/digest_auth.rb in httpx-1.1.4

- old
+ new

@@ -3,10 +3,10 @@ module HTTPX module Plugins # # This plugin adds helper methods to implement HTTP Digest Auth (https://tools.ietf.org/html/rfc7616) # - # https://gitlab.com/os85/httpx/wikis/Authorization#digest-auth + # https://gitlab.com/os85/httpx/wikis/Auth#digest-auth # module DigestAuth DigestError = Class.new(Error) class << self