Skip to content

Commit 03f1a93

Browse files
committed
update links
1 parent 5f152eb commit 03f1a93

File tree

2 files changed

+2
-2
lines changed
  • src
    • ReactiveMarbles.CacheDatabase.Benchmarks
    • ReactiveMarbles.CacheDatabase.Tests/Helpers

2 files changed

+2
-2
lines changed

src/ReactiveMarbles.CacheDatabase.Benchmarks/Utility.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ internal static class Utility
2020
/// <param name="directoryPath">The path to delete.</param>
2121
public static void DeleteDirectory(string directoryPath)
2222
{
23-
// From http://stackoverflow.com/questions/329355/cannot-delete-directory-with-directory-deletepath-true/329502#329502
23+
// From https://stackoverflow.com/questions/329355/cannot-delete-directory-with-directory-deletepath-true/329502#329502
2424
try
2525
{
2626
var di = new DirectoryInfo(directoryPath);

src/ReactiveMarbles.CacheDatabase.Tests/Helpers/Utility.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ internal static class Utility
2020
/// <param name="directoryPath">The path to delete.</param>
2121
public static void DeleteDirectory(string directoryPath)
2222
{
23-
// From http://stackoverflow.com/questions/329355/cannot-delete-directory-with-directory-deletepath-true/329502#329502
23+
// From https://stackoverflow.com/questions/329355/cannot-delete-directory-with-directory-deletepath-true/329502#329502
2424
try
2525
{
2626
var di = new DirectoryInfo(directoryPath);

0 commit comments

Comments
 (0)