Skip to content

Commit ee4bea9

Browse files
authored
Bot 🤖 generated CleanRepo tool run
1 parent 49d9060 commit ee4bea9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎docs/core/deploying/macos.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Before you publish your .NET application for macOS, ensure you have the followin
2222

2323
## Produce your app using .NET SDK
2424

25-
Use one of the methods described in the [.NET application publishing overview](/dotnet/core/deploying/) to produce an application. You can create either a framework-dependent or self-contained application.
25+
Use one of the methods described in the [.NET application publishing overview](index.md) to produce an application. You can create either a framework-dependent or self-contained application.
2626

2727
## Sign and notarize your app
2828

‎docs/csharp/misc/cs0436.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ To resolve this warning, you can:
7777
1. Rename one of the conflicting types.
7878
1. Use a different namespace for one of the types.
7979
1. Remove the reference to the assembly containing the conflicting type if it's not needed.
80-
1. Use an extern alias to disambiguate between the two types if you need to use both (see [CS0433](/dotnet/csharp/language-reference/compiler-messages/cs0433) for examples of using extern aliases).
80+
1. Use an extern alias to disambiguate between the two types if you need to use both (see [CS0433](../language-reference/compiler-messages/cs0433.md) for examples of using extern aliases).

‎docs/csharp/whats-new/tutorials/extension-members.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,6 @@ Run the complete application to see both approaches side by side and observe how
185185

186186
## Related content
187187

188-
- [Extension methods (C# Programming Guide)](/dotnet/csharp/programming-guide/classes-and-structs/extension-methods)
189-
- [What's new in C# 14](/dotnet/csharp/whats-new/csharp-14)
190-
- [Operator overloading (C# reference)](/dotnet/csharp/language-reference/operators/operator-overloading)
188+
- [Extension methods (C# Programming Guide)](../../programming-guide/classes-and-structs/extension-methods.md)
189+
- [What's new in C# 14](../csharp-14.md)
190+
- [Operator overloading (C# reference)](../../language-reference/operators/operator-overloading.md)

0 commit comments

Comments
 (0)