Skip to content

Commit 6ecda21

Browse files
committed
fix: fix documentation url
1 parent c4a770b commit 6ecda21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "A lightweight ext4 file system."
66
authors = ["Dirinkbottle <2909128143@qq.com>"]
77
repository = "https://github.com/Starry-OS/rsext4"
88
homepage = "https://github.com/Starry-OS/rsext4"
9-
documentation = "https://docs.rs/rsext4"
9+
documentation = "https://starry-os.github.io/rsext4/"
1010
license = "GPL-3.0-or-later OR Apache-2.0 OR MIT"
1111
readme = "README.md"
1212
keywords = ["ext4", "filesystem", "rust"]

0 commit comments

Comments
 (0)