From 83c760dab395896a81b0e45d1ca9d6ca1e202b21 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Wed, 17 Aug 2022 16:30:27 +0900 Subject: [PATCH] Replace CI badge Signed-off-by: Yuki Okushi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07de0c4..8461279 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Purell is a tiny Go library to normalize URLs. It returns a pure URL. Pure-ell. Based on the [wikipedia paper][wiki] and the [RFC 3986 document][rfc]. -[![build status](https://travis-ci.org/PuerkitoBio/purell.svg?branch=master)](http://travis-ci.org/PuerkitoBio/purell) +[![CI](https://github.com/PuerkitoBio/purell/actions/workflows/ci.yml/badge.svg)](https://github.com/PuerkitoBio/purell/actions/workflows/ci.yml) ## Install