docs: Fix dangling contentauth/c2pa-rs links - #307
Merged
Conversation
These pointed at content that migrated to this repo: sample/, tests/fixtures, docs/project-contributions.md, and the releases page. Left alone: the supported-formats.md link, which is a c2pa-rs-level spec doc that legitimately still lives only there.
scouten-adobe
force-pushed
the
fix/dangling-c2pa-rs-refs
branch
from
September 9, 2026 22:46
7c62747 to
01d15f4
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #307 +/- ##
=======================================
Coverage 72.16% 72.16%
=======================================
Files 4 4
Lines 1060 1060
=======================================
Hits 765 765
Misses 295 295 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Releases v0.27.15 and earlier were cut from the c2pa-rs monorepo and their GitHub Release objects (with attached binaries) never migrated -- only the git tags did. Point readers at c2pa-rs's own Releases page for those instead of leaving them to search this repo and come up empty.
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.
Fixes links left over from the repo split that pointed at c2pa-rs paths which actually migrated here (sample/, tests/fixtures/, docs/project-contributions.md) and the releases-page filter link. Left the
supported-formats.mdlink alone -- that's a genuine c2pa-rs-level doc, not something that moved.Part of the post-cutover cleanup (see also #304's similar fix, not yet merged).