Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@PeterDaveHello
Copy link
Contributor

Context

Fixed a broken documentation link in the CLI README. The link to the Development Guide was pointing to an incorrect path (cli/docs/DEVELOPMENT.md) which would result in a 404 error. The correct path is docs/DEVELOPMENT.md relative to the CLI directory.

Implementation

Simple path correction in the README markdown link. The file structure shows that DEVELOPMENT.md is located at cli/docs/DEVELOPMENT.md from the repository root, but since the README is already inside the cli/ directory, the relative link should be docs/DEVELOPMENT.md not cli/docs/DEVELOPMENT.md.

Screenshots

before after
[Development Guide](cli/docs/DEVELOPMENT.md) [Development Guide](docs/DEVELOPMENT.md)

How to Test

  • Navigate to the CLI README at cli/README.md
  • Scroll to the "Local Development" section at the bottom
  • Click on the "Development Guide" link
  • Verify it correctly navigates to cli/docs/DEVELOPMENT.md

The link incorrectly pointed to cli/docs/DEVELOPMENT.md instead of docs/DEVELOPMENT.md
@changeset-bot
Copy link

changeset-bot bot commented Jan 27, 2026

⚠️ No Changeset found

Latest commit: 1e722eb

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

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.

1 participant