-
Notifications
You must be signed in to change notification settings - Fork 247
Fix broken links in CHANGELOG.md #7628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
+28
−39
Conversation
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
Co-authored-by: achamayou <4016369+achamayou@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix broken links in CHANGELOG.md
Fix broken links in CHANGELOG.md
Jan 29, 2026
achamayou
approved these changes
Jan 29, 2026
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR fixes broken links in CHANGELOG.md by correcting release tag URLs and updating file/code references to point to valid locations or archived versions.
Changes:
- Added missing
ccf-prefix to 24 release tag URLs for 6.0.0-dev and 6.0.0-rc versions - Updated three file/code references to point to current file locations or archived versions at specific tags
- Removed two orphan link definitions that were not referenced anywhere in the file
eddyashton
reviewed
Jan 29, 2026
eddyashton
reviewed
Jan 29, 2026
…move unreleased 3.0.0-dev7 section Co-authored-by: achamayou <4016369+achamayou@users.noreply.github.com>
Co-authored-by: achamayou <4016369+achamayou@users.noreply.github.com>
Co-authored-by: achamayou <4016369+achamayou@users.noreply.github.com>
achamayou
reviewed
Jan 29, 2026
Co-authored-by: achamayou <4016369+achamayou@users.noreply.github.com>
achamayou
reviewed
Jan 29, 2026
Co-authored-by: achamayou <4016369+achamayou@users.noreply.github.com>
achamayou
approved these changes
Jan 29, 2026
eddyashton
approved these changes
Jan 29, 2026
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.
Summary of Fixes
Fixed Links (3 file/code reference links):
logging.cpp- Fixed to point to version-specific tag0.11with line number:https://github.com/microsoft/CCF/blob/0.11/src/apps/logging/logging.cpp#L262ws_scaffold.py- Moved to 0.11.1 section (the file didn't exist at 0.11) and fixed link to useccf-0.11.1tag with line numberservice_principals/actions.js- Fixed by pointing to correct archived path at tagccf-0.99.2(src/runtime_config/test/service_principals_actions.js)Fixed Links (24 release tag links):
ccf-prefix to 6.0.0 release tag links (6.0.0-dev0 through 6.0.0-dev20, 6.0.0-rc0 through 6.0.0-rc2)Cleanup:
[unreleased]- Removed orphan link definition that was not referenced anywhere in the document3.0.0-dev7section - Removed and merged missing Move all JS crypto functions toccf.cryptonamespace #4372 change into3.0.0-rc0(the PEM to JWK converters #4359 change was already there)✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.