docs(extension): fix all broken README images - #3316
Open
rajanpanth wants to merge 1 commit into
Open
Conversation
Every image pointed at the next branch, which no longer carries packages/extension/docs/images, so all 11 render broken on the VS Code marketplace listing. One had two URLs concatenated into one.
rajanpanth
requested a deployment
to
Approval required to run action on external PR
August 19, 2026 12:13 — with
GitHub Actions
Waiting
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.
Every image in
packages/extension/README.mdis currently broken — 12 links, 11 unique files. They point atraw.githubusercontent.com/evidence-dev/evidence/**next**/packages/extension/docs/images/…, and while thenextbranch still exists it doesn't carry that path, so all of them 404. The same files resolve onmain.This is the README published as the VS Code marketplace listing, so right now that page shows broken images throughout.
One of the twelve was also malformed — two URLs concatenated:
I verified all 11 rewritten URLs return 200.
Separate, not fixed here:
packages/lib/sdk/README.mdhas two more 404s —https://github.com/evidence-dev/sdk/wiki(that repo doesn't exist) and.../evidence/tree/main/packages/query-store(no such package in the tree). I don't know the intended targets; tell me and I'll open a follow-up.