lib/httpx/plugins/ntlm_authentication.rb in httpx-0.21.1 vs lib/httpx/plugins/ntlm_authentication.rb in httpx-0.22.0

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true module HTTPX module Plugins # - # https://gitlab.com/honeyryderchuck/httpx/wikis/Authentication#ntlm-authentication + # https://gitlab.com/os85/httpx/wikis/Authentication#ntlm-authentication # module NTLMAuth class << self def load_dependencies(_klass) require_relative "authentication/ntlm"