-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Fix bad links - System.Windows* #10310
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
Conversation
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Tagging subscribers to this area: @dotnet/wpf-developers |
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.
LGTM.
I was wondering if these were caused by the porting tool, but it wouldn't be possible since they came from direct xml items: The see crefs were properly ported, so any unexpected markdown would be imported as is by the tool. In any case, the problem should've been caught by roslyn due to a malformed link that was added as markdown instead of xml.
The really strange part is that they actually worked, in most cases. |
Change Markdown links to see href links in non-Markdown sections.
(Hide whitespace changes.)
Contributes to #10311.