From f81c97abf0e7b1536f204f10921d3e8eeb378d18 Mon Sep 17 00:00:00 2001 From: konsumlamm Date: Fri, 18 Mar 2022 13:57:02 +0100 Subject: [PATCH] Update CI badge --- vector/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector/README.md b/vector/README.md index dcb1a6f0..2524fd04 100644 --- a/vector/README.md +++ b/vector/README.md @@ -1,4 +1,4 @@ -The `vector` package [![Build Status](https://travis-ci.org/haskell/vector.png?branch=master)](https://travis-ci.org/haskell/vector) +The `vector` package [![Build Status](https://github.com/haskell/vector/workflows/CI/badge.svg)](https://github.com/haskell/vector/actions?query=branch%3Amaster) ==================== An efficient implementation of `Int`-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework.