From fbd479a035658718a64a60e1e87f56d422bd634a Mon Sep 17 00:00:00 2001 From: Andy Lulham Date: Wed, 25 Apr 2018 11:26:21 +0100 Subject: [PATCH 1/5] Fix coveralls badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9d11e6..a1ecd29 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ IATI Datastore ============== [![Build Status](https://travis-ci.org/IATI/IATI-Datastore.svg?branch=master)](https://travis-ci.org/IATI/IATI-Datastore) -[![Coverage Status](https://img.shields.io/coveralls/IATI/iati-datastore.svg)](https://coveralls.io/r/IATI/iati-datastore?branch=master) +[![Coverage Status](https://img.shields.io/coveralls/IATI/IATI-Datastore.svg)](https://coveralls.io/r/IATI/IATI-Datastore?branch=master) [![Code Health](https://landscape.io/github/IATI/iati-datastore/master/landscape.png)](https://landscape.io/github/IATI/iati-datastore/master) [![License: MIT](https://img.shields.io/badge/license-AGPLv3-blue.svg)](https://github.com/IATI/iati-datastore/blob/master/LICENSE.txt) From 7d80e542b90f54bc2b728f8480fe7216e26d3b9e Mon Sep 17 00:00:00 2001 From: Andy Lulham Date: Wed, 25 Apr 2018 11:26:39 +0100 Subject: [PATCH 2/5] Fix landscape badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1ecd29..320e32b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ IATI Datastore [![Build Status](https://travis-ci.org/IATI/IATI-Datastore.svg?branch=master)](https://travis-ci.org/IATI/IATI-Datastore) [![Coverage Status](https://img.shields.io/coveralls/IATI/IATI-Datastore.svg)](https://coveralls.io/r/IATI/IATI-Datastore?branch=master) -[![Code Health](https://landscape.io/github/IATI/iati-datastore/master/landscape.png)](https://landscape.io/github/IATI/iati-datastore/master) +[![Code Health](https://landscape.io/github/IATI/IATI-Datastore/master/landscape.png)](https://landscape.io/github/IATI/IATI-Datastore/master) [![License: MIT](https://img.shields.io/badge/license-AGPLv3-blue.svg)](https://github.com/IATI/iati-datastore/blob/master/LICENSE.txt) From 6d1c6f159fbb1c058a3cf5623c6fe6d876c94739 Mon Sep 17 00:00:00 2001 From: Andy Lulham Date: Wed, 25 Apr 2018 11:27:51 +0100 Subject: [PATCH 3/5] Fix link to travis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 320e32b..4d6650f 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ For example, on Ubuntu: Installing for development -------------------------- -[![Build Status](https://api.travis-ci.org/IATI/IATI-Datastore.png)](https://travis-ci.org/IATI/iati-datastore) +[![Build Status](https://api.travis-ci.org/IATI/IATI-Datastore.png)](https://travis-ci.org/IATI/IATI-Datastore) ``` # Clone the source From 1472b013eb1acbcc7e325642854f6e4e76413362 Mon Sep 17 00:00:00 2001 From: Andy Lulham Date: Wed, 25 Apr 2018 11:28:09 +0100 Subject: [PATCH 4/5] Fix case issue in README instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d6650f..195a793 100644 --- a/README.md +++ b/README.md @@ -126,5 +126,5 @@ Generation of Documentation API documentation in the docs folder is generated using [Spinx](http://www.sphinx-doc.org). - cd iati-datastore/docs + cd IATI-Datastore/docs make dirhtml From d9caed9cfedabb6c8d402803c543cb454c362945 Mon Sep 17 00:00:00 2001 From: Andy Lulham Date: Wed, 25 Apr 2018 11:29:12 +0100 Subject: [PATCH 5/5] Use correct case in github link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This works either way, but it’s nice to be consistent --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 195a793..ff6bb50 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ IATI Datastore [![Build Status](https://travis-ci.org/IATI/IATI-Datastore.svg?branch=master)](https://travis-ci.org/IATI/IATI-Datastore) [![Coverage Status](https://img.shields.io/coveralls/IATI/IATI-Datastore.svg)](https://coveralls.io/r/IATI/IATI-Datastore?branch=master) [![Code Health](https://landscape.io/github/IATI/IATI-Datastore/master/landscape.png)](https://landscape.io/github/IATI/IATI-Datastore/master) -[![License: MIT](https://img.shields.io/badge/license-AGPLv3-blue.svg)](https://github.com/IATI/iati-datastore/blob/master/LICENSE.txt) +[![License: MIT](https://img.shields.io/badge/license-AGPLv3-blue.svg)](https://github.com/IATI/IATI-Datastore/blob/master/LICENSE.txt) Introduction