From 53a99530d6c9f44465312203c93060b525e1ebcb Mon Sep 17 00:00:00 2001 From: Goutham Veeramachaneni Date: Thu, 24 Oct 2019 15:35:47 +0530 Subject: [PATCH] Edit TSDB README badges Signed-off-by: Goutham Veeramachaneni --- tsdb/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tsdb/README.md b/tsdb/README.md index c62d616d63..61f8670882 100644 --- a/tsdb/README.md +++ b/tsdb/README.md @@ -1,8 +1,6 @@ # TSDB -[![Build Status](https://travis-ci.org/prometheus/tsdb.svg?branch=master)](https://travis-ci.org/prometheus/tsdb) -[![GoDoc](https://godoc.org/github.com/prometheus/tsdb?status.svg)](https://godoc.org/github.com/prometheus/tsdb) -[![Go Report Card](https://goreportcard.com/badge/github.com/prometheus/tsdb)](https://goreportcard.com/report/github.com/prometheus/tsdb) +[![GoDoc](https://godoc.org/github.com/prometheus/prometheus/tsdb?status.svg)](https://godoc.org/github.com/prometheus/prometheus/tsdb) This repository contains the Prometheus storage layer that is used in its 2.x releases.