From cab46b19847eb1d38aeda73ab4708716e5776366 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Wed, 28 Sep 2016 08:39:22 -0700 Subject: [PATCH] Use the AppVeyor status for the xiph repo on github. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34cc715..2e8a3d7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Travis Build Status](https://travis-ci.org/xiph/ogg.svg?branch=master)](https://travis-ci.org/xiph/ogg) [![Jenkins Build Status](https://mf4.xiph.org/jenkins/job/libogg/badge/icon)](https://mf4.xiph.org/jenkins/job/libogg/) -[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/rillian/ogg?branch=master&svg=true)](https://ci.appveyor.com/project/rillian/ogg) +[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/xiph/ogg?branch=master&svg=true)](https://ci.appveyor.com/project/rillian/ogg) Ogg project codecs use the Ogg bitstream format to arrange the raw, compressed bitstream into a more robust, useful form. For example, -- GitLab