diff --git a/tendril/README.md b/tendril/README.md index bf543183..8fa5db53 100644 --- a/tendril/README.md +++ b/tendril/README.md @@ -3,7 +3,7 @@ **Warning**: This library is at a very early stage of development, and it contains a substantial amount of `unsafe` code. Use at your own risk! -[![Build Status](https://github.com/servo/html5ever/workflows/Tendril%20CI/badge.svg)](https://github.com/servo/html5ever/actions) +[![Build Status](https://github.com/servo/html5ever/actions/workflows/main.yml/badge.svg)](https://github.com/servo/html5ever/actions) [API Documentation](https://docs.rs/tendril) @@ -38,8 +38,8 @@ available on a given tendril. For example, `Tendril` and `Tendril` can be borrowed as `&str` and `&[u8]` respectively. `Tendril` also integrates with -[encoding_rs](https://github.com/hsivonen/encoding_rs) and has -preliminary support for [WTF-8][] buffers. +[encoding_rs](https://github.com/hsivonen/encoding_rs) and has preliminary +support for [WTF-8][] buffers. ## Plans for the future