Skip to content

Commit

Permalink
Update badges in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Mar 23, 2018
1 parent 9a3eb37 commit 6bb60fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ImageInpainting.jl

[![Build Status](https://travis-ci.org/juliohm/ImageInpainting.jl.svg?branch=master)](https://travis-ci.org/juliohm/ImageInpainting.jl)
[![CodeCov](https://codecov.io/gh/juliohm/ImageInpainting.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/juliohm/ImageInpainting.jl)
[![Build Status](https://travis-ci.org/JuliaImages/ImageInpainting.jl.svg?branch=master)](https://travis-ci.org/JuliaImages/ImageInpainting.jl)
[![CodeCov](https://codecov.io/gh/JuliaImages/ImageInpainting.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaImages/ImageInpainting.jl)

Image inpainting algorithms in Julia.

Expand Down Expand Up @@ -37,5 +37,5 @@ inpaint(img, mask, algo)

Contributions are very welcome, as are feature requests and suggestions.

Please [open an issue](https://github.com/juliohm/ImageInpainting.jl/issues) if you encounter
Please [open an issue](https://github.com/JuliaImages/ImageInpainting.jl/issues) if you encounter
any problems.

0 comments on commit 6bb60fb

Please sign in to comment.