From 90b71effa94e1370fb36b70338d06876b4a1293d Mon Sep 17 00:00:00 2001 From: zaowen Date: Sun, 30 Dec 2018 10:10:08 -0700 Subject: [PATCH] Fix README.md link to standard --- 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