Skip to content

Commit 37f5f91

Browse files
Yoricdanielrh
authored andcommitted
Cargo.toml: pointing to the extracted doc
Pointing twice to `README.md` doesn't seem necessary :)
1 parent 6eb9f95 commit 37f5f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "3.1.8"
44
authors = ["Daniel Reiter Horn <[email protected]>", "The Brotli Authors"]
55
description = "A brotli compressor and decompressor that with an interface avoiding the rust stdlib. This makes it suitable for embedded devices and kernels. It is designed with a pluggable allocator so that the standard lib's allocator may be employed. The default build also includes a stdlib allocator and stream interface. Disable this with --features=no-stdlib. All included code is safe."
66
license = "BSD-3-Clause/MIT"
7-
documentation = "https://github.com/dropbox/rust-brotli/blob/master/README.md"
7+
documentation = "https://docs.rs/brotli/"
88
homepage = "https://github.com/dropbox/rust-brotli"
99
repository = "https://github.com/dropbox/rust-brotli"
1010
keywords = ["brotli", "decompression", "lz77", "huffman", "nostd"]

0 commit comments

Comments
 (0)