Skip to content

Commit 0978ae5

Browse files
committed
Fix broken link.
1 parent db68666 commit 0978ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Parsing CSS involves a series of steps:
4949
It does however provide some helper functions to parse [CSS colors](color.rs)
5050
and [An+B](nth.rs) (the argument to `:nth-child()` and related selectors.
5151

52-
See [Servo’s `style` module](https://github.com/mozilla/servo/tree/master/src/components/script/style)
52+
See [Servo’s `style` crate](https://github.com/mozilla/servo/tree/master/src/components/style)
5353
for an example of a parser based on rust-cssparser.
5454

5555

0 commit comments

Comments
 (0)