Skip to content

Commit a5f54af

Browse files
committed
Quick fix, forgot to take out the .md suffix
1 parent cb713ea commit a5f54af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Downpatch.Web/Components/Pages/Guide.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,6 @@ else
310310
var path = slug.Trim('/').Replace('\\', '/');
311311
if (!path.EndsWith(".md", StringComparison.OrdinalIgnoreCase))
312312
path += ".md";
313-
return $"{baseUrl}/{path}.md";
313+
return $"{baseUrl}/{path}";
314314
}
315315
}

0 commit comments

Comments
 (0)