Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Update a few links after renaming the default branch from 'master' to…
Browse files Browse the repository at this point in the history
… 'main'. (#2496)
  • Loading branch information
rolfbjarne committed May 1, 2024
1 parent 48e0d01 commit fdb68d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2285,7 +2285,7 @@ public class LinkWithAttribute : Attribute {
```

This attribute is applied at the assembly level, for example, this is what
the [CorePlot bindings](https://github.com/mono/monotouch-bindings/tree/master/CorePlot) use:
the [CorePlot bindings](https://github.com/mono/monotouch-bindings/tree/main/CorePlot) use:
```csharp
[assembly: LinkWith ("libCorePlot-CocoaTouch.a", LinkTarget.ArmV7 | LinkTarget.ArmV7s | LinkTarget.Simulator, Frameworks = "CoreGraphics QuartzCore", ForceLoad = true)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Mac bindings are very similar.
**Sample Code for iOS**

You can use the
[iOS Binding Sample](https://github.com/xamarin/monotouch-samples/tree/master/BindingSample)
[iOS Binding Sample](https://github.com/xamarin/monotouch-samples/tree/main/BindingSample)
project to experiment with bindings.

<a name="Getting_Started"></a>
Expand Down
2 changes: 1 addition & 1 deletion docs/ios/troubleshooting/mtouch-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ E.g. parameters, environment, missing tools.

<!--
MT0xxx mtouch itself, e.g. parameters, environment (e.g. missing tools)
https://github.com/xamarin/xamarin-macios/blob/master/tools/mtouch/error.cs
https://github.com/xamarin/xamarin-macios/blob/main/tools/mtouch/error.cs
-->

<a name="MT0000"></a>
Expand Down

0 comments on commit fdb68d0

Please sign in to comment.