From 3c90ee1b01c7964f2afc82000332e72ba3bc3cfc Mon Sep 17 00:00:00 2001 From: Vikentiy Fesunov Date: Thu, 13 Aug 2026 11:06:35 +0200 Subject: [PATCH] Remove obsolete CircleCI badge --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 8487726c..529d3568 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Java DogStatsD Client -[![CircleCI Build Status](https://circleci.com/gh/DataDog/java-dogstatsd-client/tree/master.svg?style=svg)](https://circleci.com/gh/DataDog/java-dogstatsd-client) - A DogStatsD client library implemented in Java. Allows for Java applications to easily communicate with the DataDog Agent. The library supports Java 1.7+. This version was originally forked from [java-dogstatsd-client](https://github.com/indeedeng/java-dogstatsd-client) and [java-statsd-client](https://github.com/youdevise/java-statsd-client) but it is now the canonical home for the `java-dogstatsd-client`. Collaborating with the former upstream projects we have now combined efforts to provide a single release.