From 510bdccbb5a375e78dd99e1402079ca2913fde02 Mon Sep 17 00:00:00 2001
From: Peter Souter
Date: Fri, 15 Jul 2016 09:39:03 +0100
Subject: [PATCH] Fix rst syntax for badges
* Require links to be on newline
---
README.rst | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.rst b/README.rst
index 980a932..8238ed9 100644
--- a/README.rst
+++ b/README.rst
@@ -2,9 +2,11 @@
Puppetboard
###########
-.. image:: https://travis-ci.org/voxpupuli/puppetboard.svg?branch=add_travis_badge :target: https://travis-ci.org/voxpupuli/puppetboard
+.. image:: https://travis-ci.org/voxpupuli/puppetboard.svg?branch=master
+ :target: https://travis-ci.org/voxpupuli/puppetboard
-.. image:: https://coveralls.io/repos/github/voxpupuli/puppetboard/badge.svg?branch=master :target: https://coveralls.io/github/voxpupuli/puppetboard?branch=master
+.. image:: https://coveralls.io/repos/github/voxpupuli/puppetboard/badge.svg?branch=master
+ :target: https://coveralls.io/github/voxpupuli/puppetboard?branch=master
Puppetboard is a web interface to `PuppetDB`_ aiming to replace the reporting
functionality of `Puppet Dashboard`_.