From dc49138ee21eea9b7e5baf4d0578a281326423dc Mon Sep 17 00:00:00 2001 From: Matt Brzezinski Date: Thu, 16 Jul 2020 13:19:07 -0500 Subject: [PATCH] README; Travis badge SamOConnor->JuliaWeb --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82b5121..1570d5e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Macros for simplified exception handling. `@repeat try`, `@retry`, `@delay_retry`, `@protected try`, `@ignore`. -[![Build Status](https://travis-ci.org/samoconnor/Retry.jl.svg)](https://travis-ci.org/samoconnor/Retry.jl) +[![Build Status](https://travis-ci.org/JuliaWeb/Retry.jl.svg)](https://travis-ci.org/JuliaWeb/Retry.jl) ## Exception Handling In Julia