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

- old
+ new

@@ -3,10 +3,10 @@ module HTTPX module Plugins # # This plugin adds helper methods to implement HTTP Basic Auth (https://tools.ietf.org/html/rfc7617) # - # https://gitlab.com/honeyryderchuck/httpx/wikis/Authentication#basic-authentication + # https://gitlab.com/os85/httpx/wikis/Authentication#basic-authentication # module BasicAuth class << self def load_dependencies(_klass) require_relative "authentication/basic"