Skip to content

fix(docs): replace machine-local absolute paths with repo-relative links across public-facing docs#81

Merged
chrismaz11 merged 3 commits intocm/readme-links-masterfrom
copilot/sub-pr-71-3a855a65-b50c-49b3-9af5-e8692a8a1920
Mar 24, 2026
Merged

fix(docs): replace machine-local absolute paths with repo-relative links across public-facing docs#81
chrismaz11 merged 3 commits intocm/readme-links-masterfrom
copilot/sub-pr-71-3a855a65-b50c-49b3-9af5-e8692a8a1920

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 24, 2026

Machine-local absolute paths (/Users/christopher/Projects/trustsignal/...) were present in six public-facing documentation files, breaking all cross-references for anyone outside the original author's machine.

Changes

  • wiki/API-Overview.md — 6 links fixed (verification-lifecycle, demo, openapi.yaml, partner-eval quickstart/playground, postman collection)
  • wiki/Home.md — 5 links fixed (verification-lifecycle, demo, partner-eval quickstart/playground, openapi.yaml)
  • wiki/What-is-TrustSignal.md — 1 link fixed (demo)
  • wiki/Quick-Verification-Example.md — 5 links fixed (verification-lifecycle, partner-eval quickstart/playground, openapi.yaml, postman collection)
  • bench/README.md — 3 links fixed (results/latest.json, results/latest.md, fixtures/)
  • COPYRIGHT.md — 3 links fixed (LICENSE, AnchorRegistry.sol, NOTICE)

All absolute paths replaced with repo-relative equivalents (e.g. ../docs/verification-lifecycle.md, ../openapi.yaml).

AI Disclosure (optional)

  • AI-assisted changes are included in this PR

Review Checklist

  • Human review requested
  • Tests added or updated where appropriate
  • No secrets, tokens, cookies, or raw PII were added to code, logs, fixtures, or docs
  • Security impact and remaining risks are described

Documentation-only change. No logic, auth, or secrets touched. No security impact.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 24, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
api Ready Ready Preview, Comment Mar 24, 2026 1:41am
trustsignal Ready Ready Preview, Comment Mar 24, 2026 1:41am

Copilot AI changed the title [WIP] [WIP] Address feedback on repo-relative links in README documentation fix(docs): replace machine-local absolute paths with repo-relative links across public-facing docs Mar 24, 2026
Copilot AI requested a review from chrismaz11 March 24, 2026 01:26
@chrismaz11 chrismaz11 marked this pull request as ready for review March 24, 2026 01:34
Copilot AI review requested due to automatic review settings March 24, 2026 01:34
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes broken documentation cross-references by replacing machine-local absolute filesystem links with repository-relative links across public-facing docs, ensuring links resolve correctly for all readers.

Changes:

  • Replaced /Users/... absolute paths with repo-relative links in wiki/* docs to point to docs/, demo/, openapi.yaml, and postman/ assets.
  • Updated bench/README.md links to benchmark outputs and fixtures to use relative paths within bench/.
  • Updated COPYRIGHT.md links to root-level LICENSE/NOTICE and a contracts source file to use repo-relative links.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
wiki/API-Overview.md Fixes lifecycle/demo/OpenAPI/evaluator/Postman links to be repo-relative.
wiki/Home.md Fixes lifecycle/demo/evaluator/OpenAPI links to be repo-relative.
wiki/What-is-TrustSignal.md Fixes demo link to be repo-relative.
wiki/Quick-Verification-Example.md Fixes lifecycle/evaluator/OpenAPI/Postman links to be repo-relative.
bench/README.md Fixes links to benchmark outputs and fixtures to be relative to bench/.
COPYRIGHT.md Fixes links to LICENSE, NOTICE, and AnchorRegistry.sol to be repo-relative.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@chrismaz11 chrismaz11 merged commit 37358a7 into cm/readme-links-master Mar 24, 2026
2 checks passed
@chrismaz11 chrismaz11 deleted the copilot/sub-pr-71-3a855a65-b50c-49b3-9af5-e8692a8a1920 branch March 24, 2026 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants