Remove learn.microsoft.com links from README section headers#6
Merged
awakecoding merged 9 commits intomasterfrom Feb 16, 2026
Merged
Remove learn.microsoft.com links from README section headers#6awakecoding merged 9 commits intomasterfrom
awakecoding merged 9 commits intomasterfrom
Conversation
…-protocols.zip - Build-Publish.ps1: default PublishPath to skills/windows-protocols, ZipPath to windows-protocols.zip - Workflow: build into skills/windows-protocols, push from that folder, artifact names updated - .gitignore: ignore generated skills/windows-protocols/MS-*/ - README: add Converted Specifications Index section with 3-table overview Co-authored-by: Cursor <cursoragent@cursor.com>
- Delete skills/windows-protocols/README.md (generated by build, not for commit) - Add skills/windows-protocols/README.md to .gitignore - Update-OpenSpecIndex: use markdown links for each section (Overview, Technical, Reference) to Learn pages Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
- Add Get-OpenSpecDocxFallbackUrls to fetch fallback URLs from protocol RSS feed - Save-OpenSpecDocument retries failed DOCX with Azure FD/blob URLs from RSS - Handles UTF-8 BOM in RSS response for correct XML parsing - Fixes protocols where Learn-page links have stale dates (404) - Include workflow, build, LEGAL, and test script updates Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
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
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.
Removes the learn.microsoft.com links that appeared under each section heading (Overview, Technical, Reference Documents) in the windows-protocols README. Also updates Update-OpenSpecIndex.ps1 so future index regenerations won't reintroduce these links.