summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2016-11-03 17:52:03 (GMT)
committerYann Collet <cyan@fb.com>2016-11-03 17:52:03 (GMT)
commit6f68a1692e58b0380e5f88d8be61656ead8331f4 (patch)
tree7bb094cbf92afdadefd3f9a855a6ba6a7260d925 /README.md
parent99d11120bdbc08202f899a0ea30d6f1914eed304 (diff)
downloadlz4-6f68a1692e58b0380e5f88d8be61656ead8331f4.zip
lz4-6f68a1692e58b0380e5f88d8be61656ead8331f4.tar.gz
lz4-6f68a1692e58b0380e5f88d8be61656ead8331f4.tar.bz2
fixed travis badges
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3f9cba6..b0033f2 100644
--- a/README.md
+++ b/README.md
@@ -22,9 +22,9 @@ LZ4 library is provided as open-source software using BSD 2-Clause license.
|master | [![Build Status][travisMasterBadge]][travisLink] [![Build status][AppveyorMasterBadge]][AppveyorLink] [![coverity][coverBadge]][coverlink] |
|dev | [![Build Status][travisDevBadge]][travisLink] [![Build status][AppveyorDevBadge]][AppveyorLink] |
-[travisMasterBadge]: https://travis-ci.org/Cyan4973/lz4.svg?branch=master "Continuous Integration test suite"
-[travisDevBadge]: https://travis-ci.org/Cyan4973/lz4.svg?branch=dev "Continuous Integration test suite"
-[travisLink]: https://travis-ci.org/Cyan4973/lz4
+[travisMasterBadge]: https://travis-ci.org/lz4/lz4.svg?branch=master "Continuous Integration test suite"
+[travisDevBadge]: https://travis-ci.org/lz4/lz4.svg?branch=dev "Continuous Integration test suite"
+[travisLink]: https://travis-ci.org/lz4/lz4
[AppveyorMasterBadge]: https://ci.appveyor.com/api/projects/status/v6kxv9si529477cq/branch/master?svg=true "Visual test suite"
[AppveyorDevBadge]: https://ci.appveyor.com/api/projects/status/v6kxv9si529477cq/branch/dev?svg=true "Visual test suite"
[AppveyorLink]: https://ci.appveyor.com/project/YannCollet/lz4