From b503aa70c718b6a5a1d7a608f38b6491c52cf1c8 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Fri, 24 Apr 2020 10:48:17 +0200
Subject: [PATCH] [README] Fix badge URL and (c.f. #51)

---
 README.rst                        | 2 +-
 bob/devtools/templates/README.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index efcbffaf..2aa9a77e 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,7 @@
    :target: https://www.idiap.ch/software/bob/docs/bob/bob.devtools/stable/index.html
 .. image:: https://img.shields.io/badge/docs-latest-orange.svg
    :target: https://www.idiap.ch/software/bob/docs/bob/bob.devtools/master/index.html
-.. image:: https://gitlab.idiap.ch/bob/bob.devtools/badges/master/build.svg
+.. image:: https://gitlab.idiap.ch/bob/bob.devtools/badges/master/pipeline.svg
    :target: https://gitlab.idiap.ch/bob/bob.devtools/commits/master
 .. image:: https://gitlab.idiap.ch/bob/bob.devtools/badges/master/coverage.svg
    :target: https://gitlab.idiap.ch/bob/bob.devtools/commits/master
diff --git a/bob/devtools/templates/README.rst b/bob/devtools/templates/README.rst
index 0cd39a99..6c3d9188 100644
--- a/bob/devtools/templates/README.rst
+++ b/bob/devtools/templates/README.rst
@@ -4,7 +4,7 @@
    :target: https://www.idiap.ch/software/bob/docs/{{ package }}/stable/index.html
 .. image:: https://img.shields.io/badge/docs-latest-orange.svg
    :target: https://www.idiap.ch/software/bob/docs/{{ package }}/master/index.html
-.. image:: https://gitlab.idiap.ch/{{ package }}/badges/master/build.svg
+.. image:: https://gitlab.idiap.ch/{{ package }}/badges/master/pipeline.svg
    :target: https://gitlab.idiap.ch/{{ package }}/commits/master
 .. image:: https://gitlab.idiap.ch/{{ package }}/badges/master/coverage.svg
    :target: https://www.idiap.ch/software/bob/docs/{{ package }}/master/coverage/index.html
-- 
GitLab