Update repository links to the gitlab instance.
authorRalph Giles <giles@thaumas.net>
Fri, 3 Jul 2020 04:33:00 +0000 (21:33 -0700)
committerRalph Giles <giles@thaumas.net>
Fri, 3 Jul 2020 16:06:56 +0000 (09:06 -0700)
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>
README.md

index fa43c01..b31ee98 100644 (file)
--- 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.