Skip to content

Commit ca01b2c

Browse files
authored
Merge pull request unicode-rs#13 from vmedea/fixurl
Fix UAX11 links in README.md
2 parents 3a222d1 + aa60704 commit ca01b2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
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)