spring-cloud / spring-cloud-circuitbreaker

Spring Cloud Circuit Breaker API and Implementations
Apache License 2.0
336 stars 110 forks source link

Fixed Readme incorrect link to Spring cloud commons #111

Closed RajatArora08 closed 3 years ago

RajatArora08 commented 3 years ago

Found the link was incorrect. Fixed it.

codecov[bot] commented 3 years ago

Codecov Report

Merging #111 (bcff3cd) into main (72868b7) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #111   +/-   ##
=========================================
  Coverage     86.52%   86.52%           
  Complexity       77       77           
=========================================
  Files            13       13           
  Lines           319      319           
  Branches          8        8           
=========================================
  Hits            276      276           
  Misses           37       37           
  Partials          6        6           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 72868b7...bcff3cd. Read the comment docs.

RajatArora08 commented 3 years ago

@spencergibb @ryanjbaxter thanks for pointing it out. Fixed it at the correct place.