From 862798b37c33f3df400ec33e7d9b998d6c030f5f Mon Sep 17 00:00:00 2001 From: Milan Bouchet-Valat Date: Sat, 13 Feb 2021 18:14:57 +0100 Subject: [PATCH] Fix CI badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85cfe436..8b4e1001 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Statistics.jl -[![Build status](https://github.com/JuliaLang/Statistics.jl/workflows/CI/badge.svg)]((https://github.com/JuliaLang/Statistics.jl/actions?query=workflow%3ACI+branch%3Amaster)) +[![Build status](https://github.com/JuliaLang/Statistics.jl/workflows/CI/badge.svg)](https://github.com/JuliaLang/Statistics.jl/actions?query=workflow%3ACI+branch%3Amaster) Development repository for the Statistics standard library (stdlib) that ships with Julia.