Fix broken links#12772
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates .NET API reference XML documentation to resolve broken link targets referenced from the String, IDisposable, Exception, and Rune docs, aligning URLs with current learn.microsoft.com routing.
Changes:
- Removed obsolete
.mdpath segments from several/dotnet/standard/...and/dotnet/fsharp/...links while preserving anchors. - Updated composite-formatting links in
System.Stringdocs to the current URL shape. - Removed an external link reference in
System.Text.Runeremarks that likely no longer resolves reliably.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| xml/System/String.xml | Fixes composite-formatting article links (including anchored sections) used in String.Format documentation. |
| xml/System/IDisposable.xml | Fixes the implementing-dispose anchored link in the IDisposable guidance section. |
| xml/System/Exception.xml | Fixes the anchored F# “reraise” documentation link in the re-throw guidance section. |
| xml/System.Text/Rune.xml | Removes an external reference link in the “Rune in .NET vs. other languages” remarks. |
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.
Contributes to dotnet/docs#50871.