Fix broken links - #13035
Merged
Merged
Conversation
gewarren
requested review from
a team,
AaronRobinsonMSFT and
jkoritzinsky
as code owners
August 26, 2026 03:57
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates external reference links in the .NET API reference documentation set, aligning them with newer target URLs to address broken-link reports (noted as contributing to dotnet/docs#53532).
Changes:
- Updated Apple Developer Documentation links for
objc_msgSend*_stretreferences in Objective-C interop docs. - Updated
_zip/missingapi.ymlxref-map entries for several OpenAI types to point at per-scenario API files underapi/released/netstandard2.0.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| xml/System.Runtime.InteropServices.ObjectiveC/ObjectiveCMarshal+MessageSendFunction.xml | Updates Apple doc URLs for Objective-C runtime stret message-send functions. |
| _zip/missingapi.yml | Updates OpenAI xref-map hrefs to newer per-scenario API file locations. |
Suppressed comments (3)
_zip/missingapi.yml:129
- This href references
OpenAI.RealtimeConversation.netstandard2.0.cs, which is not in openai/openai-dotnet/api/released/netstandard2.0. Update it to an existing file to avoid a broken link.
href: https://github.com/openai/openai-dotnet/blob/main/api/released/netstandard2.0/OpenAI.RealtimeConversation.netstandard2.0.cs
_zip/missingapi.yml:121
- This href targets
OpenAI.RealtimeConversation.netstandard2.0.cs, which is not present under openai/openai-dotnet/api/released/netstandard2.0, so the link will be broken.
href: https://github.com/openai/openai-dotnet/blob/main/api/released/netstandard2.0/OpenAI.RealtimeConversation.netstandard2.0.cs
_zip/missingapi.yml:125
- The referenced GitHub URL uses
OpenAI.RealtimeConversation.netstandard2.0.cs, but that file doesn’t exist in the target repo path, so this xref entry will still be a dead link.
href: https://github.com/openai/openai-dotnet/blob/main/api/released/netstandard2.0/OpenAI.RealtimeConversation.netstandard2.0.cs
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.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.
Contributes to dotnet/docs#53532.
Internal previews
Build report