Skip to content

Commit 9f507a5

Browse files
committed
fix documentation URL, keywords in Cargo.toml
1 parent ac5e88c commit 9f507a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ authors = ["kwantam <kwantam@gmail.com>"]
66

77
homepage = "https://github.com/unicode-rs/unicode-segmentation"
88
repository = "https://github.com/unicode-rs/unicode-segmentation"
9-
documentation = "https://unicode-rs.github.io/unicode-segmentation/unicode-segmentation"
9+
documentation = "https://unicode-rs.github.io/unicode-segmentation"
1010

1111
license = "MIT/Apache-2.0"
12-
keywords = ["text", "unicode", "grapheme", "word", "boundary", "boundaries", "segmentation"]
12+
keywords = ["text", "unicode", "grapheme", "word", "boundary"]
1313
readme = "README.md"
1414
description = """
1515
This crate provides Grapheme Cluster and Word boundaries

0 commit comments

Comments
 (0)