Skip to content

Commit

Permalink
fix: broken link in readme (#1737)
Browse files Browse the repository at this point in the history
* fix: broken link in readme
* fix: replace relative link with an absolute link
  • Loading branch information
grantwforsythe authored Mar 11, 2024
1 parent 5ec2475 commit 1fca217
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/bruno-cli/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ Thank you for using Bruno CLI!

## Changelog

See [here](packages/bruno-cli/changelog.md)
<!-- An absolute link is used here because npm treats links differently -->
See [here](https://github.com/grantwforsythe/bruno/blob/main/packages/bruno-cli/changelog.md)

## License

Expand Down

0 comments on commit 1fca217

Please sign in to comment.