From 47f0232ab492899b2cea93d8b48926740e48f518 Mon Sep 17 00:00:00 2001 From: Sasha Gerrand Date: Tue, 4 Sep 2018 17:30:38 +0100 Subject: [PATCH] Update CircleCI badge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 💁 It appears that CircleCI have changed the location of their build status images. This change resolves that. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 632a6bc..c4fe444 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # alpine-pkg-glibc -[![CircleCI](https://img.shields.io/circleci/project/sgerrand/alpine-pkg-glibc/master.svg)](https://circleci.com/gh/sgerrand/alpine-pkg-glibc) ![x86_64](https://img.shields.io/badge/x86__64-supported-brightgreen.svg) +[![CircleCI](https://circleci.com/gh/sgerrand/alpine-pkg-glibc/tree/master.svg?style=svg)](https://circleci.com/gh/sgerrand/alpine-pkg-glibc/tree/master) ![x86_64](https://img.shields.io/badge/x86__64-supported-brightgreen.svg) This is the GNU C library as a Alpine Linux package to run binaries linked against `glibc`. This package utilizes a custom built glibc binary based on the vanilla glibc source. Built binary artifacts come from https://github.com/sgerrand/docker-glibc-builder.