Skip to content

Commit aa60704

Browse files
committed
Fix UAX11 links
1 parent 3a222d1 commit aa60704

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Determine displayed width of `char` and `str` types according to
44
[Unicode Standard Annex #11][UAX11] rules.
55

6-
[UAX11]: (http://www.unicode.org/reports/tr11/)
6+
[UAX11]: http://www.unicode.org/reports/tr11/
77

88
[![Build Status](https://travis-ci.org/unicode-rs/unicode-width.svg)](https://travis-ci.org/unicode-rs/unicode-width)
99

@@ -39,7 +39,7 @@ fn main() {
3939
}
4040
```
4141

42-
See [Unicode Standard Annex #11](UAX11) for precise details on what is and isn't
42+
See [Unicode Standard Annex #11][UAX11] for precise details on what is and isn't
4343
covered by this crate.
4444

4545
## features

0 commit comments

Comments
 (0)