diff --git a/docs/core/deploying/macos.md b/docs/core/deploying/macos.md index fcf27c97210c8..190590ff20b42 100644 --- a/docs/core/deploying/macos.md +++ b/docs/core/deploying/macos.md @@ -22,7 +22,7 @@ Before you publish your .NET application for macOS, ensure you have the followin ## Produce your app using .NET SDK -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. +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. ## Sign and notarize your app diff --git a/docs/csharp/misc/cs0436.md b/docs/csharp/misc/cs0436.md index c4e91877ab761..7f08166c5196b 100644 --- a/docs/csharp/misc/cs0436.md +++ b/docs/csharp/misc/cs0436.md @@ -77,4 +77,4 @@ To resolve this warning, you can: 1. Rename one of the conflicting types. 1. Use a different namespace for one of the types. 1. Remove the reference to the assembly containing the conflicting type if it's not needed. -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). +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). diff --git a/docs/csharp/whats-new/tutorials/extension-members.md b/docs/csharp/whats-new/tutorials/extension-members.md index f7754ddff9a20..d92d3aa537f32 100644 --- a/docs/csharp/whats-new/tutorials/extension-members.md +++ b/docs/csharp/whats-new/tutorials/extension-members.md @@ -185,6 +185,6 @@ Run the complete application to see both approaches side by side and observe how ## Related content -- [Extension methods (C# Programming Guide)](/dotnet/csharp/programming-guide/classes-and-structs/extension-methods) -- [What's new in C# 14](/dotnet/csharp/whats-new/csharp-14) -- [Operator overloading (C# reference)](/dotnet/csharp/language-reference/operators/operator-overloading) +- [Extension methods (C# Programming Guide)](../../programming-guide/classes-and-structs/extension-methods.md) +- [What's new in C# 14](../csharp-14.md) +- [Operator overloading (C# reference)](../../language-reference/operators/operator-overloading.md)