Skip to content

Commit 6857232

Browse files
committed
Fix some doc links
1 parent 2efee71 commit 6857232

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["kwantam <[email protected]>"]
66

77
homepage = "https://github.com/unicode-rs/unicode-width"
88
repository = "https://github.com/unicode-rs/unicode-width"
9-
documentation = "https://unicode-rs.github.io/unicode-width/unicode-width"
9+
documentation = "https://unicode-rs.github.io/unicode-width"
1010
license = "MIT/Apache-2.0"
1111
keywords = ["text", "width", "unicode"]
1212
readme = "README.md"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ fn main() {
2121
}
2222
```
2323

24-
[Documentation](http://unicode-rs.github.io/unicode-width/unicode-width/)
24+
[Documentation](http://unicode-rs.github.io/unicode-width/unicode_width/)

0 commit comments

Comments
 (0)