Skip to content

Commit 0592bea

Browse files
committed
Use docs.rs for docs.
1 parent 63c2044 commit 0592bea

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
@@ -5,7 +5,7 @@ version = "0.10.0"
55
authors = [ "Simon Sapin <simon.sapin@exyr.org>" ]
66

77
description = "Rust implementation of CSS Syntax Level 3"
8-
documentation = "http://servo.github.io/rust-cssparser/cssparser/index.html"
8+
documentation = "https://docs.rs/cssparser/"
99
repository = "https://github.com/servo/rust-cssparser"
1010
readme = "README.md"
1111
keywords = ["css", "syntax", "parser"]

0 commit comments

Comments
 (0)