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

- old
+ new

@@ -3,10 +3,10 @@ module HTTPX module Plugins # # This plugin adds support for retrying requests when certain errors happen. # - # https://gitlab.com/honeyryderchuck/httpx/wikis/Retries + # https://gitlab.com/os85/httpx/wikis/Retries # module Retries MAX_RETRIES = 3 # TODO: pass max_retries in a configure/load block