From edc14543a10fdd0faecdb8511842c7064f0d379a Mon Sep 17 00:00:00 2001 From: Stefan Seeland <168659+stesee@users.noreply.github.com> Date: Wed, 2 Sep 2026 20:30:00 +0200 Subject: [PATCH] Update dotnetfiddle link in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72fc496..717a4de 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Console.WriteLine($"SafeFileNameOptionalReplacementChar: {safeFileNameOptionalRe //SafeFileNameOptionalReplacementChar: file Name ``` -Try it yourself: [dotnetfiddle.net/bFWqX0](https://dotnetfiddle.net/bFWqX0) +Try it yourself: [dotnetfiddle](https://dotnetfiddle.net/gJ2VOQ) ## Rules @@ -64,4 +64,4 @@ New-VHD -Path $vhdpath -Dynamic -SizeBytes $vhdsize | Mount-VHD -Passthru |Initi ``` Running as admin will automatically create and mount a exFat drive while tests are running. -. \ No newline at end of file +.