Skip to content

Commit

Permalink
Update Servo style crate URL (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
atouchet authored Apr 7, 2024
1 parent d44a7cc commit 22e4279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ rust-cssparser

[![Build Status](https://github.com/servo/rust-cssparser/actions/workflows/main.yml/badge.svg)](https://github.com/servo/rust-cssparser/actions)

[Documentation](https://docs.rs/cssparser/)
[Documentation](https://docs.rs/cssparser)

Rust implementation of
[CSS Syntax Module Level 3](https://drafts.csswg.org/css-syntax/)
Expand Down Expand Up @@ -53,5 +53,5 @@ Parsing CSS involves a series of steps:
It does however provide some helper functions to parse [CSS colors](src/color.rs)
and [An+B](src/nth.rs) (the argument to `:nth-child()` and related selectors.

See [Servo’s `style` crate](https://github.com/servo/servo/tree/master/components/style)
See [Servo’s `style` crate](https://github.com/servo/stylo/tree/main/style)
for an example of a parser based on rust-cssparser.

0 comments on commit 22e4279

Please sign in to comment.