From 94a8257bf9ad3ec3dc4273e30c1bcccecc86757d Mon Sep 17 00:00:00 2001 From: FTS Date: Tue, 21 Nov 2023 19:17:52 +0800 Subject: [PATCH] Update "Build Status" in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16c9da7..7acd774 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Parsec [![Build Status](https://travis-ci.org/haskell/parsec.svg?branch=master)](https://travis-ci.org/haskell/parsec) +Parsec [![Build Status](https://github.com/haskell/parsec/workflows/Haskell-CI/badge.svg)](https://github.com/haskell/parsec/actions) ====== **Please refer to the [package description on Hackage](https://hackage.haskell.org/package/parsec#description) for more information.**