Skip to content

Commit fb6d48d

Browse files
authored
Merge pull request #5 from aboutcode-org/prepare-initial-release
Fix repo url in README
2 parents 78f4025 + ba07586 commit fb6d48d

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)