diff --git a/docs/csharp/language-reference/builtin-types/enum.md b/docs/csharp/language-reference/builtin-types/enum.md index 53975fc6cfef2..2fb7ebfa3eea2 100644 --- a/docs/csharp/language-reference/builtin-types/enum.md +++ b/docs/csharp/language-reference/builtin-types/enum.md @@ -50,7 +50,7 @@ If you want an enumeration type to represent a combination of choices, define en [!code-csharp[enum flags](snippets/shared/EnumType.cs#Flags)] -For more information and examples, see the API reference page and the [Non-exclusive members and the Flags attribute](/dotnet/fundamentals/runtime-libraries/system-enum#non-exclusive-members-and-the-flags-attribute) section of the API reference page. +For more information and examples, see the API reference page and the [Non-exclusive members and the Flags attribute](../../../fundamentals/runtime-libraries/system-enum.md#non-exclusive-members-and-the-flags-attribute) section of the API reference page. ## The System.Enum type and enum constraint