From dda41a28954022ce0b3dc311382b7ec55924916f Mon Sep 17 00:00:00 2001 From: Carlo Federico Vescovo Date: Fri, 3 Mar 2023 10:21:17 +0100 Subject: [PATCH] Update README.md --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 389adef0..23eb8a33 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,18 @@ # scraper - -![crates.io](https://img.shields.io/crates/v/scraper?color=dark-green) -![downloads](https://img.shields.io/crates/d/scraper) -![test](https://github.com/causal-agent/scraper/actions/workflows/test.yml/badge.svg) +[![crates.io](https://img.shields.io/crates/v/scraper?color=dark-green)][crate] +[![downloads](https://img.shields.io/crates/d/scraper)][crate] +[![test](https://github.com/causal-agent/scraper/actions/workflows/test.yml/badge.svg)][tests] HTML parsing and querying with CSS selectors. `scraper` is on [Crates.io][crate] and [GitHub][github]. [crate]: https://crates.io/crates/scraper -[github]: https://github.com/programble/scraper +[github]: https://github.com/causal-agent/scraper +[tests]: https://github.com/causal-agent/scraper/actions/workflows/test.yml -Scraper provides an interface to Servo's `html5ever` and `selectors` crates, for browser-grade -parsing and querying. +Scraper provides an interface to Servo's `html5ever` and `selectors` crates, for browser-grade parsing and querying. ## Examples