From 4f9bf4f5349fbd1b24d3de56e3c9054a11ed23b6 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Sun, 29 Mar 2026 23:16:25 -0700 Subject: [PATCH] Fix docs link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9432057..7c3c437 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ to the [Unicode Standard Annex #29](http://www.unicode.org/reports/tr29/) rules. [![Build Status](https://github.com/unicode-rs/unicode-segmentation/actions/workflows/rust.yml/badge.svg)](https://github.com/unicode-rs/unicode-segmentation/actions/workflows/rust.yml) -[Documentation](https://unicode-rs.github.io/unicode-segmentation/unicode_segmentation/index.html) +[Documentation](https://docs.rs/unicode-segmentation) ```rust use unicode_segmentation::UnicodeSegmentation;