We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a222d1 + aa60704 commit ca01b2cCopy full SHA for ca01b2c
README.md
@@ -3,7 +3,7 @@
3
Determine displayed width of `char` and `str` types according to
4
[Unicode Standard Annex #11][UAX11] rules.
5
6
-[UAX11]: (http://www.unicode.org/reports/tr11/)
+[UAX11]: http://www.unicode.org/reports/tr11/
7
8
[](https://travis-ci.org/unicode-rs/unicode-width)
9
@@ -39,7 +39,7 @@ fn main() {
39
}
40
```
41
42
-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
43
covered by this crate.
44
45
## features
0 commit comments