From 531887b4fe414c93311dc48222752d735c2a7cbb Mon Sep 17 00:00:00 2001 From: gewarren Date: Thu, 1 May 2025 01:33:46 +0000 Subject: [PATCH] =?UTF-8?q?Bot=20=F0=9F=A4=96=20generated=20CleanRepo=20to?= =?UTF-8?q?ol=20run?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/csharp/language-reference/builtin-types/enum.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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