Skip to content

Fix broken links - #13035

Merged
gewarren merged 2 commits into
dotnet:mainfrom
gewarren:broken-links-0826
Sep 1, 2026
Merged

Fix broken links#13035
gewarren merged 2 commits into
dotnet:mainfrom
gewarren:broken-links-0826

Conversation

@gewarren

@gewarren gewarren commented Aug 26, 2026

Copy link
Copy Markdown
Collaborator

Copilot AI lite review requested due to automatic review settings August 26, 2026 03:57

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 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*_stret references in Objective-C interop docs.
  • Updated _zip/missingapi.yml xref-map entries for several OpenAI types to point at per-scenario API files under api/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.

Comment thread _zip/missingapi.yml Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

@BillWagner BillWagner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This LGTM.

@gewarren
gewarren merged commit ac69dc2 into dotnet:main Sep 1, 2026
4 checks passed
@gewarren
gewarren deleted the broken-links-0826 branch September 1, 2026 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants