summaryrefslogtreecommitdiffstats
path: root/vendor/ucd-trie/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/ucd-trie/README.md')
-rw-r--r--vendor/ucd-trie/README.md8
1 files changed, 4 insertions, 4 deletions
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.