lib/httpx/plugins/circuit_breaker.rb in httpx-0.21.1 vs lib/httpx/plugins/circuit_breaker.rb in httpx-0.22.0
- old
+ new
@@ -3,10 +3,10 @@
module HTTPX
module Plugins
#
# This plugin implements a circuit breaker around connection errors.
#
- # https://gitlab.com/honeyryderchuck/httpx/wikis/Circuit-Breaker
+ # https://gitlab.com/os85/httpx/wikis/Circuit-Breaker
#
module CircuitBreaker
using URIExtensions
def self.load_dependencies(*)