From b208251e6dedcaaa29d7f57fd5bad2425cb6a7a8 Mon Sep 17 00:00:00 2001 From: Jakub Januszkiewicz Date: Wed, 28 May 2025 15:51:11 +0200 Subject: [PATCH] correct the link to normalization wiki page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9723c1a0cea..daec16372aa 100644 --- a/README.md +++ b/README.md @@ -548,7 +548,7 @@ Yes, add NormalizeInput method, e.g. ```csharp private static string NormalizeInput(string input) => input.Trim(); ``` -See [wiki](https://stevedunn.github.io/Vogen/normalization.html) for more information. +See [wiki](https://stevedunn.github.io/Vogen/normalizationhowto.html) for more information. ### Why isn't this concept part of the C# language?