From 95996a49573d847a0fb1c12f18480e5eed278694 Mon Sep 17 00:00:00 2001 From: Felipe Monteiro Date: Tue, 2 Oct 2018 18:29:45 -0500 Subject: [PATCH] trivial: Fix README documentation badge This patch set fixes the README badge which isn't rendering correctly (e.g. [0]). Thus it has been changed to [1]. Also adds image build status via a badge, similar to Armada [2]. [0] https://github.com/openstack/airship-pegleg [1] https://readthedocs.org/projects/airship-pegleg/badge/?version=latest [2] https://raw.githubusercontent.com/openstack/airship-armada/master/README.rst Change-Id: I25d3c8a78735adee7bb858b1dfff61714162a52c --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index fabddb27..c46411be 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ Pegleg ====== -|Doc Status| +|Docker Repository on Quay| |Doc Status| Introduction ============ @@ -48,7 +48,9 @@ Further Reading `Airship`_. -.. |Doc Status| image:: https://readthedocs.io/projects/airship-pegleg/badge/?version=latest +.. |Docker Repository on Quay| image:: https://quay.io/repository/airshipit/pegleg/status + :target: https://quay.io/repository/airshipit/pegleg +.. |Doc Status| image:: https://readthedocs.org/projects/airship-pegleg/badge/?version=latest :target: https://airship-pegleg.readthedocs.io/ .. _Deckhand: https://airship-deckhand.readthedocs.io .. _Airship: https://www.airshipit.org