From 907b668151704df7474362cf25f6c631f680bbee Mon Sep 17 00:00:00 2001 From: mrks Date: Mon, 16 Dec 2019 04:52:17 -0800 Subject: [PATCH] Fix build badge (#135) The badge referred to the outdated release (which has been deleted for a while now). This PR updates it so that the master is used. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f814d7..41206c0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ C++ SQL Parser ========================= -[![GitHub release](https://img.shields.io/github/release/hyrise/sql-parser.svg?maxAge=2592000)]() -[![Build Status](https://img.shields.io/travis/hyrise/sql-parser.svg?maxAge=2592000)](https://travis-ci.org/hyrise/sql-parser) +[![Build Status](https://img.shields.io/travis/hyrise/sql-parser/master.svg?maxAge=2592000)](https://travis-ci.org/hyrise/sql-parser) This is a SQL Parser for C++. It parses the given SQL query into C++ objects.