From: Ralph Giles Date: Fri, 3 Jul 2020 04:33:00 +0000 (-0700) Subject: Update repository links to the gitlab instance. X-Git-Tag: v1.3.7~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce8b71d88ddb711dd088748d6a807df8e6d25ef7;hp=334acecbff44505671101f08ab174c1f9a87998f;p=platform%2Fupstream%2Flibvorbis.git 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 --- diff --git a/README.md b/README.md index fa43c01..b31ee98 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.