From 170498d80a68c91f63a0f17ba39250ded2a8691f Mon Sep 17 00:00:00 2001 From: Brent O'Connor Date: Wed, 26 Jun 2019 14:02:08 -0500 Subject: [PATCH] Update Travis build badge --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index a7983c6..a1e7dc1 100644 --- a/README.rst +++ b/README.rst @@ -5,8 +5,8 @@ Django Categories |BUILD|_ .. |BUILD| image:: - https://secure.travis-ci.org/callowayproject/django-categories.svg?branch=master -.. _BUILD: http://travis-ci.org/#!/callowayproject/django-categories + https://travis-ci.org/callowayproject/django-categories.svg?branch=master +.. _BUILD: https://travis-ci.org/callowayproject/django-categories Django Categories grew out of our need to provide a basic hierarchical taxonomy management system that multiple applications could use independently or in concert.