lib/httpx/plugins/upgrade.rb in httpx-1.1.5 vs lib/httpx/plugins/upgrade.rb in httpx-1.2.0

- old
+ new

@@ -4,10 +4,10 @@ module Plugins # # This plugin helps negotiating a new protocol from an HTTP/1.1 connection, via the # Upgrade header. # - # https://gitlab.com/honeyryderchuck/httpx/wikis/Upgrade + # https://gitlab.com/os85/httpx/wikis/Upgrade # module Upgrade class << self def configure(klass) klass.plugin(:"upgrade/h2")