Skip to content

Fix CLI README command links#2226

Open
Eudes-Crabe wants to merge 1 commit into
percy:masterfrom
Eudes-Crabe:fix-cli-readme-command-links
Open

Fix CLI README command links#2226
Eudes-Crabe wants to merge 1 commit into
percy:masterfrom
Eudes-Crabe:fix-cli-readme-command-links

Conversation

@Eudes-Crabe
Copy link
Copy Markdown

Summary

Fixes the relative links in packages/cli/README.md so they work when the README is rendered from the @percy/cli package context on npm.

The current links point to paths such as ./packages/cli-exec#readme, which are valid from the repository root README but become broken from packages/cli/README.md. This updates them to sibling-package paths such as ../cli-exec#readme.

The same correction is applied to the advanced package links in that README.

Related issue

Fixes #1152

Testing

git diff --check -- packages/cli/README.md

Manual verification: inspected the README links and confirmed they now resolve relative to packages/cli/README.md instead of incorrectly nesting under packages/cli/packages/....

@Eudes-Crabe Eudes-Crabe requested a review from a team as a code owner May 14, 2026 10:11
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 2, 2026

This PR is stale because it has been open for more than 14 days with no activity. Remove stale label or comment or this will be closed in 14 days.

@github-actions github-actions Bot added the 🍞 stale Closed due to inactivity label Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🍞 stale Closed due to inactivity

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"Command Topics" links on npm README are broken

1 participant