Skip to content

Commit 9afa0c9

Browse files
committed
Fixed links to the project's "helth" badges (this requires registration of the repo owner in the https://travis-ci.org and https://codecov.io)
1 parent 82b4578 commit 9afa0c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
munkres-cpp
22
===========
33

4-
[![build](https://travis-ci.org/Gluttton/munkres-cpp.svg?branch=master)](https://travis-ci.org/Gluttton/munkres-cpp)
5-
[![codecov.io](http://codecov.io/github/Gluttton/munkres-cpp/coverage.svg?branch=master)](http://codecov.io/github/Gluttton/munkres-cpp?branch=master)
4+
[![build](https://travis-ci.org/saebyn/munkres-cpp.svg?branch=master)](https://travis-ci.org/saebyn/munkres-cpp)
5+
[![codecov.io](http://codecov.io/github/saebyn/munkres-cpp/coverage.svg?branch=master)](http://codecov.io/github/saebyn/munkres-cpp?branch=master)
66

77

88
An implementation of the Kuhn–Munkres algorithm.

0 commit comments

Comments
 (0)