From 64d98f8ee037282c35007b64c2649055c56af1db Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:19:03 +0200 Subject: Merging upstream version 1.68.2+dfsg1. Signed-off-by: Daniel Baumann --- vendor/ucd-trie/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vendor/ucd-trie/README.md') diff --git a/vendor/ucd-trie/README.md b/vendor/ucd-trie/README.md index b70fbfca6..af09793cd 100644 --- a/vendor/ucd-trie/README.md +++ b/vendor/ucd-trie/README.md @@ -3,8 +3,8 @@ ucd-trie A library that provides compressed trie sets specifically tailored toward representing boolean Unicode character properties. -[![Linux build status](https://api.travis-ci.org/BurntSushi/ucd-generate.png)](https://travis-ci.org/BurntSushi/ucd-generate) -[![](http://meritbadge.herokuapp.com/ucd-generate)](https://crates.io/crates/ucd-trie) +[![Build status](https://github.com/BurntSushi/ucd-generate/workflows/ci/badge.svg)](https://github.com/BurntSushi/ucd-generate/actions) +[![crates.io](https://img.shields.io/crates/v/ucd-trie.svg)](https://crates.io/crates/ucd-trie) ### Documentation @@ -16,7 +16,7 @@ https://docs.rs/ucd-trie This project is licensed under either of * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or - http://www.apache.org/licenses/LICENSE-2.0) + https://www.apache.org/licenses/LICENSE-2.0) * MIT license ([LICENSE-MIT](LICENSE-MIT) or - http://opensource.org/licenses/MIT) + https://opensource.org/licenses/MIT) at your option. -- cgit v1.2.3