From 7f8b1c7c57d18e92944f331c50b337fe9454447a Mon Sep 17 00:00:00 2001 From: Michael Overmeyer Date: Mon, 5 Mar 2018 17:35:37 +0000 Subject: [PATCH] Switched broken pypip.in badges to shields.io --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e254b93..282e46e 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [![Build Status](https://travis-ci.org/arokem/python-matlab-bridge.svg?branch=master)](https://travis-ci.org/arokem/python-matlab-bridge) [![Coverage Status](https://coveralls.io/repos/arokem/python-matlab-bridge/badge.svg?branch=master)](https://coveralls.io/r/arokem/python-matlab-bridge?branch=master) -[![Latest Version](https://pypip.in/version/pymatbridge/badge.svg?style=flat)](https://pypi.python.org/pypi/pymatbridge/) -[![License](https://pypip.in/license/pymatbridge/badge.svg?style=flat)](https://pypi.python.org/pypi/pymatbridge/) +[![Latest Version](https://img.shields.io/pypi/v/pymatbridge.svg?style=flat)](https://pypi.python.org/pypi/pymatbridge/) +[![License](https://img.shields.io/pypi/l/pymatbridge.svg?style=flat)](https://pypi.python.org/pypi/pymatbridge/) [![Join the chat at https://gitter.im/arokem/python-matlab-bridge](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/arokem/python-matlab-bridge?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) A python interface to call out to [Matlab(R)](http://mathworks.com). Original