From df75b9c81a6e43ee3881cbdc4d02b931bbe1125d Mon Sep 17 00:00:00 2001 From: Alex Touchet <26315797+atouchet@users.noreply.github.com> Date: Tue, 13 Jan 2026 08:48:09 -0800 Subject: [PATCH 1/2] Update Tendril CI badge Signed-off-by: Alex Touchet <26315797+atouchet@users.noreply.github.com> --- tendril/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tendril/README.md b/tendril/README.md index bf543183..1f20d0a7 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) From 3caa080173ba6c07e2667ae7da2d42edb6e64a2d Mon Sep 17 00:00:00 2001 From: Alex Touchet <26315797+atouchet@users.noreply.github.com> Date: Tue, 13 Jan 2026 09:03:15 -0800 Subject: [PATCH 2/2] Re-wrap Signed-off-by: Alex Touchet <26315797+atouchet@users.noreply.github.com> --- tendril/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tendril/README.md b/tendril/README.md index 1f20d0a7..8fa5db53 100644 --- a/tendril/README.md +++ b/tendril/README.md @@ -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