Skip to content

Fix docs/bindas.md links pointing to personal fork instead of dotnet/macios#25441

Open
rolfbjarne wants to merge 1 commit into
mainfrom
op-fix-bindas-fork-links
Open

Fix docs/bindas.md links pointing to personal fork instead of dotnet/macios#25441
rolfbjarne wants to merge 1 commit into
mainfrom
op-fix-bindas-fork-links

Conversation

@rolfbjarne
Copy link
Copy Markdown
Member

All 11 numbered code reference links in docs/bindas.md (links [1]–[7], [9]–[12]) pointed to a personal fork (rolfbjarne/xamarin-macios) at a specific commit SHA. These links are not guaranteed to remain accessible. Link [8] (a PR link) was already correct.

This PR updates all 11 links to use canonical dotnet/macios permalinks with the current main branch SHA (18a22fd), with corrected line numbers matching the current state of the codebase.

Changes

  • Base URL: rolfbjarne/xamarin-macios/blob/b38c114f…dotnet/macios/blob/18a22fd0…
  • Links [11]/[12]: path corrected from src/generator.cssrc/bgen/Generator.cs (file was renamed)
  • All line numbers: updated to match the current tree (e.g., testgenerator.cs#L100#L125, Registrar.cs#L687#L794)

Verification

All 11 updated URLs return HTTP 200. This is a documentation-only change with no code impact.

…l fork

Update all 11 code reference links ([1]-[7], [9]-[12]) in docs/bindas.md to
use the canonical dotnet/macios repository with a permalink SHA instead of
the rolfbjarne/xamarin-macios personal fork.

Also update links [11] and [12] to reference the renamed file path
src/bgen/Generator.cs (previously src/generator.cs), and correct all line
numbers to match the current state of the codebase.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 15, 2026 07:56
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This documentation-only PR updates docs/bindas.md code-reference links from a personal fork to canonical dotnet/macios permalinks.

Changes:

  • Replaces fork-based GitHub URLs with dotnet/macios commit permalinks.
  • Updates referenced paths and line targets, including renamed src/bgen/Generator.cs.
Comments suppressed due to low confidence (1)

docs/bindas.md:52

  • The static registrar link targets were updated to lines 4896 and 4925, but the prose still displays StaticRegistrar.cs#3796 and StaticRegistrar.cs#3830. Please update the visible link text too so readers do not see stale line numbers.
[9]: https://github.com/dotnet/macios/blob/18a22fd0812016cfdc8397d9b70981a1fc365fed/tools/common/StaticRegistrar.cs#L4896
[10]: https://github.com/dotnet/macios/blob/18a22fd0812016cfdc8397d9b70981a1fc365fed/tools/common/StaticRegistrar.cs#L4925

Comment thread docs/bindas.md
Comment on lines +44 to +49
[2]: https://github.com/dotnet/macios/blob/18a22fd0812016cfdc8397d9b70981a1fc365fed/runtime/xamarin/trampolines.h#L197
[3]: https://github.com/dotnet/macios/blob/18a22fd0812016cfdc8397d9b70981a1fc365fed/runtime/trampolines.m#L1252
[4]: https://github.com/dotnet/macios/blob/18a22fd0812016cfdc8397d9b70981a1fc365fed/runtime/xamarin/trampolines.h#L161
[5]: https://github.com/dotnet/macios/blob/18a22fd0812016cfdc8397d9b70981a1fc365fed/runtime/trampolines.m#L1192
[6]: https://github.com/dotnet/macios/blob/18a22fd0812016cfdc8397d9b70981a1fc365fed/runtime/trampolines.m#L1601-L1602
[7]: https://github.com/dotnet/macios/blob/18a22fd0812016cfdc8397d9b70981a1fc365fed/src/ObjCRuntime/Registrar.cs#L794
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.

2 participants