Skip to content

Commit 3e97807

Browse files
committed
Another fix
1 parent 630757d commit 3e97807

File tree

1 file changed

+1
-1
lines changed
  • src/DelegateDecompiler.EntityFramework.Tests/Helpers

1 file changed

+1
-1
lines changed

src/DelegateDecompiler.EntityFramework.Tests/Helpers/ClassLog.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public IEnumerable<MethodLog> ValidMethodLogs
3232

3333
public string TestNameAsMarkupLinkRelativeToDocumentationDir
3434
{
35-
get { return string.Format("[{0}]({1})", TestDescription, "../" + FileUrlFragment); }
35+
get { return $"[{TestDescription}]({Path.Combine("..", FileUrlFragment).Replace("\\", "/")})"; }
3636
}
3737

3838
/// <summary>

0 commit comments

Comments
 (0)