From c395b7a26b8c51acfa727ae4be5e124daf12dbd1 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Sun, 7 Jan 2024 11:02:31 +0900 Subject: [PATCH] Fix link to the build status The link of the `Build Status` pointed to the Travis CI, but this repository doesn't use it. This PR fixes to the link to the GitHub Actions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91656a28..20d9af42 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Ruby Holidays Gem [![Build Status](https://travis-ci.org/holidays/holidays.svg?branch=master)](https://travis-ci.org/holidays/holidays) +# Ruby Holidays Gem [![Build Status](https://github.com/holidays/holidays/actions/workflows/ruby.yml/badge.svg)](https://github.com/holidays/holidays/actions/workflows/ruby.yml) Functionality to deal with holidays in Ruby.