Conversation
There was a problem hiding this comment.
Pull request overview
This pull request appears to be a maintenance PR intended to add Trusted Signing for Windows release artifacts. However, the only change visible in the diff is a capitalization update in the README.md file, changing "official documentation" to "Official Documentation" in the footer link. According to the PR description, the actual implementation code exists in a different commit on another branch.
- Updated link text capitalization in README.md footer
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| --- | ||
|
|
||
| For more information and detailed guides, visit the [official documentation](https://docs.endkind.net/enderclitools). | ||
| For more information and detailed guides, visit the [Official Documentation](https://docs.endkind.net/enderclitools). |
There was a problem hiding this comment.
The capitalization of "Official Documentation" is inconsistent with line 57, which uses lowercase "official documentation". Consider using consistent capitalization throughout the README.
| For more information and detailed guides, visit the [Official Documentation](https://docs.endkind.net/enderclitools). | |
| For more information and detailed guides, visit the [official documentation](https://docs.endkind.net/enderclitools). |
The actual code is in commit
9bf01515fb47e8f5b0ae85eef1e83db5a373c44b:9bf0151
It was accidentally committed to the wrong branch.