Skip to content

Commit ba07586

Browse files
committed
Fix repo url in README
Signed-off-by: Keshav Priyadarshi <[email protected]>
1 parent c905b58 commit ba07586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# purl-validator
22

33
[![License](https://img.shields.io/badge/License-Apache--2.0-blue.svg?style=for-the-badge)](https://opensource.org/licenses/Apache-2.0)
4-
[![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)
5-
[![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)
4+
[![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)
5+
[![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)
66

77
**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?**
88

0 commit comments

Comments
 (0)