diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f44a04123..9d799edef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -280,8 +280,8 @@ jobs: # Point the image landing-page/documentation labels at the website; # org.opencontainers.image.source stays the repo (auto-derived). labels: | - org.opencontainers.image.url=https://getprovenant.github.io - org.opencontainers.image.documentation=https://getprovenant.github.io + org.opencontainers.image.url=https://getprovenant.dev + org.opencontainers.image.documentation=https://getprovenant.dev - name: Build and push multi-arch image id: build diff --git a/CITATION.cff b/CITATION.cff index 3f4110314..2e2adb5f1 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,7 +5,7 @@ version: "1.0.3" type: software license: Apache-2.0 repository-code: "https://github.com/getprovenant/provenant" -url: "https://getprovenant.github.io" +url: "https://getprovenant.dev" authors: - name: "The Provenant contributors" abstract: >- diff --git a/Cargo.toml b/Cargo.toml index c6e6773ed..1f88c14b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2024" rust-version = "1.96" autobins = false repository = "https://github.com/getprovenant/provenant" -homepage = "https://getprovenant.github.io" +homepage = "https://getprovenant.dev" documentation = "https://github.com/getprovenant/provenant/blob/main/docs/DOCUMENTATION_INDEX.md" description = "Fast Rust scanner for licenses, copyrights, package metadata, SBOMs, and provenance data." license = "Apache-2.0" diff --git a/README.md b/README.md index 4b002024c..b837a7bc8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Provenant -[Website](https://getprovenant.github.io) · [Why Provenant?](#why-provenant) · [Workflows](#choose-a-workflow) · [Install](#install) · [CLI Guide](docs/CLI_GUIDE.md) · [Benchmarks](docs/BENCHMARKS.md) · [Supported Formats](docs/SUPPORTED_FORMATS.md) · [Architecture](docs/ARCHITECTURE.md) +[Website](https://getprovenant.dev) · [Why Provenant?](#why-provenant) · [Workflows](#choose-a-workflow) · [Install](#install) · [CLI Guide](docs/CLI_GUIDE.md) · [Benchmarks](docs/BENCHMARKS.md) · [Supported Formats](docs/SUPPORTED_FORMATS.md) · [Architecture](docs/ARCHITECTURE.md) [![Latest Release](https://img.shields.io/github/v/release/getprovenant/provenant?display_name=tag)](https://github.com/getprovenant/provenant/releases/latest) [![Crates.io](https://img.shields.io/crates/v/provenant-cli.svg)](https://crates.io/crates/provenant-cli) @@ -13,7 +13,7 @@ Provenant ports the [ScanCode Toolkit](https://github.com/aboutcode-org/scancode ![Provenant and the reference scanner racing the same astral-sh/uv scan side by side](docs/provenant-demo.gif) -_The same [`astral-sh/uv`](https://github.com/astral-sh/uv) scan, identical flags (`--license --package`), one process each: Provenant finishes in seconds while the reference is still going. See the annotated [speed & output-quality comparison](https://getprovenant.github.io/compare/), or the full [benchmarks](docs/BENCHMARKS.md)._ +_The same [`astral-sh/uv`](https://github.com/astral-sh/uv) scan, identical flags (`--license --package`), one process each: Provenant finishes in seconds while the reference is still going. See the annotated [speed & output-quality comparison](https://getprovenant.dev/compare/), or the full [benchmarks](docs/BENCHMARKS.md)._ ## Quick Start