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

- old
+ new

@@ -3,10 +3,10 @@ module HTTPX module Plugins # # This plugin implements convenience methods for performing WEBDAV requests. # - # https://gitlab.com/honeyryderchuck/httpx/wikis/WEBDAV + # https://gitlab.com/os85/httpx/wikis/WebDav # module WebDav module InstanceMethods def copy(src, dest) request("COPY", src, headers: { "destination" => @options.origin.merge(dest) })