From 03f1a934d45162ad8317d2fc7ac5e4fcef9131de Mon Sep 17 00:00:00 2001 From: Arhell Date: Fri, 21 Oct 2022 00:35:08 +0300 Subject: [PATCH] update links --- src/ReactiveMarbles.CacheDatabase.Benchmarks/Utility.cs | 2 +- src/ReactiveMarbles.CacheDatabase.Tests/Helpers/Utility.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ReactiveMarbles.CacheDatabase.Benchmarks/Utility.cs b/src/ReactiveMarbles.CacheDatabase.Benchmarks/Utility.cs index 68e6824..e62626c 100644 --- a/src/ReactiveMarbles.CacheDatabase.Benchmarks/Utility.cs +++ b/src/ReactiveMarbles.CacheDatabase.Benchmarks/Utility.cs @@ -20,7 +20,7 @@ internal static class Utility /// The path to delete. public static void DeleteDirectory(string directoryPath) { - // From http://stackoverflow.com/questions/329355/cannot-delete-directory-with-directory-deletepath-true/329502#329502 + // From https://stackoverflow.com/questions/329355/cannot-delete-directory-with-directory-deletepath-true/329502#329502 try { var di = new DirectoryInfo(directoryPath); diff --git a/src/ReactiveMarbles.CacheDatabase.Tests/Helpers/Utility.cs b/src/ReactiveMarbles.CacheDatabase.Tests/Helpers/Utility.cs index 0934c07..137671b 100644 --- a/src/ReactiveMarbles.CacheDatabase.Tests/Helpers/Utility.cs +++ b/src/ReactiveMarbles.CacheDatabase.Tests/Helpers/Utility.cs @@ -20,7 +20,7 @@ internal static class Utility /// The path to delete. public static void DeleteDirectory(string directoryPath) { - // From http://stackoverflow.com/questions/329355/cannot-delete-directory-with-directory-deletepath-true/329502#329502 + // From https://stackoverflow.com/questions/329355/cannot-delete-directory-with-directory-deletepath-true/329502#329502 try { var di = new DirectoryInfo(directoryPath);