chore: point project URLs at getprovenant.dev - #1332
Merged
Conversation
The site now serves from the custom domain (getprovenant.github.io 301s to it). Updates the crate homepage, CITATION url, README links, and the container image url/documentation labels. Cargo.toml homepage reaches crates.io with the next release. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Signed-off-by: Maxim Stykow <maxim.stykow@gmail.com>
Greptile SummaryUpdates the project’s canonical website from
Confidence Score: 5/5The PR appears safe to merge because the canonical URL substitutions are consistent across the changed metadata and documentation. The changes preserve valid HTTPS URL syntax, leave release and runtime behavior unchanged, and introduce no concrete broken-link or metadata-contract failure.
|
| Filename | Overview |
|---|---|
| .github/workflows/release.yml | Updates OCI image website and documentation labels to the custom domain without altering release behavior. |
| CITATION.cff | Updates the software citation URL to the custom domain. |
| Cargo.toml | Updates the crate homepage metadata to the custom domain. |
| README.md | Updates the website and comparison-page hyperlinks to the custom domain. |
Reviews (1): Last reviewed commit: "chore: point project URLs at getprovenan..." | Re-trigger Greptile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The site now serves from the custom domain https://getprovenant.dev (valid Let's Encrypt cert, Enforce HTTPS on). The old
getprovenant.github.ioURL 301-redirects there, so nothing breaks either way — this just makes the canonical URL correct.Changes
Cargo.toml—homepage(reaches crates.io with the next release)CITATION.cff—urlREADME.md— website link + the comparison link in the demo caption.github/workflows/release.yml—org.opencontainers.image.url/.documentationcontainer labelsNotes
public/CNAME, canonicalsite, and the JSON-LD URLs).examples/sbom/is untouched — those are generated artifacts and will pick this up on their next regeneration.