summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2020-07-02 21:33:00 -0700
committerRalph Giles <giles@thaumas.net>2020-07-03 09:06:56 -0700
commitce8b71d88ddb711dd088748d6a807df8e6d25ef7 (patch)
tree1660c84c41982b4a00fd7e04783979b8dff59d66
parent334acecbff44505671101f08ab174c1f9a87998f (diff)
downloadlibvorbis-git-ce8b71d88ddb711dd088748d6a807df8e6d25ef7.tar.gz
Update repository links to the gitlab instance.
Neither git.xiph.org not the jenkins instances are still online. Point people at the new gitlab instance and build status badge instead. Signed-off-by: Mark Harris <mark.hsj@gmail.com>
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fa43c016..b31ee985 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Vorbis
+[![GitLab Build Status](https://gitlab.xiph.org/xiph/vorbis/badges/master/pipeline.svg)](https://gitlab.xiph.org/xiph/vorbis/-/pipelines)
[![Travis Build Status](https://travis-ci.org/xiph/vorbis.svg?branch=master)](https://travis-ci.org/xiph/vorbis)
-[![Jenkins Build Status](https://mf4.xiph.org/jenkins/job/libvorbis/badge/icon)](https://mf4.xiph.org/jenkins/job/libvorbis/)
[![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/github/xiph/vorbis?branch=master&svg=true)](https://ci.appveyor.com/project/rillian/vorbis)
Vorbis is a general purpose audio and music encoding format
@@ -68,7 +68,7 @@ pre-built utilities may be found there.
#### Building from master ####
Development source is under git revision control at
-https://git.xiph.org/vorbis.git. You will also need the
+https://gitlab.xiph.org/xiph/vorbis.git. You will also need the
newest versions of autoconf, automake, libtool and pkg-config in
order to compile Vorbis from development source. A configure script
is provided for you in the source tarball distributions.