From aa60704b9e5c25fd505f3e546ff160ee896667aa Mon Sep 17 00:00:00 2001 From: mara Date: Thu, 28 Nov 2019 16:41:10 +0000 Subject: [PATCH] Fix UAX11 links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8166ce1..b0d8602 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Determine displayed width of `char` and `str` types according to [Unicode Standard Annex #11][UAX11] rules. -[UAX11]: (http://www.unicode.org/reports/tr11/) +[UAX11]: http://www.unicode.org/reports/tr11/ [![Build Status](https://travis-ci.org/unicode-rs/unicode-width.svg)](https://travis-ci.org/unicode-rs/unicode-width) @@ -39,7 +39,7 @@ fn main() { } ``` -See [Unicode Standard Annex #11](UAX11) for precise details on what is and isn't +See [Unicode Standard Annex #11][UAX11] for precise details on what is and isn't covered by this crate. ## features