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 Mar 24, 2026
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: chrismaz11 <24700273+chrismaz11@users.noreply.github.com> Agent-Logs-Url: https://github.com/TrustSignal-dev/TrustSignal/sessions/35280d20-7331-4aa8-b04d-6a90e473db17
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
There was a problem hiding this comment.
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 inwiki/*docs to point todocs/,demo/,openapi.yaml, andpostman/assets. - Updated
bench/README.mdlinks to benchmark outputs and fixtures to use relative paths withinbench/. - Updated
COPYRIGHT.mdlinks to root-levelLICENSE/NOTICEand 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
approved these changes
Mar 24, 2026
…-b50c-49b3-9af5-e8692a8a1920
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.
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)
Review Checklist
💡 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.