|
3 | 3 | Determine displayed width of`char` and`str` types according to |
4 | 4 | [Unicode Standard Annex#11][UAX11] rules. |
5 | 5 |
|
6 | | -[UAX11]:(http://www.unicode.org/reports/tr11/) |
| 6 | +[UAX11]:http://www.unicode.org/reports/tr11/ |
7 | 7 |
|
8 | 8 | [](https://travis-ci.org/unicode-rs/unicode-width) |
9 | 9 |
|
@@ -39,7 +39,7 @@ fn main() { |
39 | 39 | } |
40 | 40 | ``` |
41 | 41 |
|
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 |
43 | 43 | covered by this crate. |
44 | 44 |
|
45 | 45 | ##features |
|