From a91c4ffe7c10d15e95721981dbf841efe255cbef Mon Sep 17 00:00:00 2001 From: Ashley Mannix Date: Sun, 5 Jun 2022 18:54:44 +1000 Subject: [PATCH 1/2] replace the Azure Pipelines status badge --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f98bad2..88fa4aa 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@ glob Support for matching file paths against Unix shell style patterns. -[![Build Status](https://dev.azure.com/rust-lang/glob/_apis/build/status/rust-lang-nursery.glob?branchName=master)](https://dev.azure.com/rust-lang/glob/_build/latest?definitionId=20&branchName=master) - +[![Continuous integration](https://github.com/rust-lang-nursery/glob/actions/workflows/rust.yml/badge.svg)](https://github.com/rust-lang-nursery/glob/actions/workflows/rust.yml) [Documentation](https://docs.rs/glob) ## Usage From 4f5ea0f75dd229aab7f3224ce2433f4827427921 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Fri, 28 Oct 2022 07:48:23 +0900 Subject: [PATCH 2/2] Update org to rust-lang --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88fa4aa..f7e19d7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ glob Support for matching file paths against Unix shell style patterns. -[![Continuous integration](https://github.com/rust-lang-nursery/glob/actions/workflows/rust.yml/badge.svg)](https://github.com/rust-lang-nursery/glob/actions/workflows/rust.yml) +[![Continuous integration](https://github.com/rust-lang/glob/actions/workflows/rust.yml/badge.svg)](https://github.com/rust-lang/glob/actions/workflows/rust.yml) [Documentation](https://docs.rs/glob) ## Usage