From 504e102ebc35ee734203c07fd99a7e492c428df6 Mon Sep 17 00:00:00 2001 From: David Brown Date: Fri, 11 Jan 2019 13:38:25 -0800 Subject: [PATCH] didn't get the right badge urls (#179) Signed-off-by: David Brown --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b55139c4..b2f3954c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Pacifica Metadata Services -![PyPi](https://img.shields.io/pypi/v/pacifica-uniqueid.svg) -![Read the Docs](https://readthedocs.org/projects/pacifica-uniqueid/badge/?version=latest) +![PyPi](https://img.shields.io/pypi/v/pacifica-metadata.svg) +![Read the Docs](https://readthedocs.org/projects/pacifica-metadata/badge/?version=latest) [![Build Status](https://travis-ci.org/pacifica/pacifica-metadata.svg?branch=master)](https://travis-ci.org/pacifica/pacifica-metadata) [![Build status](https://ci.appveyor.com/api/projects/status/ekicw5d4yxfmq1x4?svg=true)](https://ci.appveyor.com/project/dmlb2000/pacifica-metadata) [![Code Climate](https://codeclimate.com/github/pacifica/pacifica-metadata/badges/gpa.svg)](https://codeclimate.com/github/pacifica/pacifica-metadata) @@ -16,7 +16,7 @@ API endpoint for access to metadata. ## Documentation For installation, configuration and usage documentation please -refer to the [Read the Docs](https://pacifica-uniqueid.readthedocs.io) +refer to the [Read the Docs](https://pacifica-metadata.readthedocs.io) documentation. * [Installation](docs/installation.md) documentation.