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);