Skip to content

Commit 4c5d065

Browse files
authored
Auto merge of #307 - atouchet:bdg, r=jdm
Switch Travis CI badge to GitHub Actions and update link None
2 parents 707336b + defa171 commit 4c5d065

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
rust-cssparser
22
==============
33

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

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

@@ -53,5 +53,5 @@ Parsing CSS involves a series of steps:
5353
It does however provide some helper functions to parse [CSS colors](src/color.rs)
5454
and [An+B](src/nth.rs) (the argument to `:nth-child()` and related selectors.
5555

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

0 commit comments

Comments
 (0)