From ba07586808714b9d48a6dddb378e07b7ef54f9f3 Mon Sep 17 00:00:00 2001 From: Keshav Priyadarshi Date: Wed, 12 Nov 2025 16:37:16 +0530 Subject: [PATCH] Fix repo url in README Signed-off-by: Keshav Priyadarshi --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ae0298..1d6f94c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # purl-validator [![License](https://img.shields.io/badge/License-Apache--2.0-blue.svg?style=for-the-badge)](https://opensource.org/licenses/Apache-2.0) -[![Version](https://img.shields.io/github/v/release/aboutcode-org/purl-validator-rust?style=for-the-badge)](https://github.com/aboutcode-org/purl-validator-rust/releases) -[![Test](https://img.shields.io/github/actions/workflow/status/aboutcode-org/purl-validator-rust/ci.yml?style=for-the-badge&logo=github)](https://github.com/aboutcode-org/purl-validator-rust/actions) +[![Version](https://img.shields.io/github/v/release/aboutcode-org/purl-validator.rs?style=for-the-badge)](https://github.com/aboutcode-org/purl-validator.rs/releases) +[![Test](https://img.shields.io/github/actions/workflow/status/aboutcode-org/purl-validator.rs/ci.yml?style=for-the-badge&logo=github)](https://github.com/aboutcode-org/purl-validator.rs/actions) **purl-validator** is a Rust library for validating [Package URLs (PURLs)](https://github.com/package-url/purl-spec). It works fully offline, including in **air-gapped** or **restricted environments**, and answers one key question: **Does the package this PURL represents actually exist?**