summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <Cyan4973@users.noreply.github.com>2017-06-19 06:53:58 (GMT)
committerGitHub <noreply@github.com>2017-06-19 06:53:58 (GMT)
commit7982a905e2cda25f60a0de271c78c533b324ebca (patch)
tree69ea2c19507ec8458b234bfd27699b942e30d875
parent89b9f026c913c0d3e9995f52b49b37f1de1af150 (diff)
parent9d453a1885c17376fbe42924ad4ad6e2913b13ad (diff)
downloadlz4-7982a905e2cda25f60a0de271c78c533b324ebca.zip
lz4-7982a905e2cda25f60a0de271c78c533b324ebca.tar.gz
lz4-7982a905e2cda25f60a0de271c78c533b324ebca.tar.bz2
Merge pull request #368 from Chocobo1/readme
Update README.md
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 04ba0db..950e4c4 100644
--- a/README.md
+++ b/README.md
@@ -25,14 +25,13 @@ LZ4 library is provided as open-source software using BSD 2-Clause license.
[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/jc2yhgwyc7qqtsko/branch/master?svg=true "Windows test suite"
-[AppveyorDevBadge]: https://ci.appveyor.com/api/projects/status/jc2yhgwyc7qqtsko/branch/dev?svg=true "Windows test suite"
+[AppveyorMasterBadge]: https://ci.appveyor.com/api/projects/status/github/lz4/lz4?branch=master&svg=true "Windows test suite"
+[AppveyorDevBadge]: https://ci.appveyor.com/api/projects/status/github/lz4/lz4?branch=dev&svg=true "Windows test suite"
[AppveyorLink]: https://ci.appveyor.com/project/YannCollet/lz4-1lndh
[coverBadge]: https://scan.coverity.com/projects/4735/badge.svg "Static code analysis of Master branch"
[coverlink]: https://scan.coverity.com/projects/4735
> **Branch Policy:**
-
> - The "master" branch is considered stable, at all times.
> - The "dev" branch is the one where all contributions must be merged
before being promoted to master.