We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb713ea commit a5f54afCopy full SHA for a5f54af
1 file changed
src/Downpatch.Web/Components/Pages/Guide.razor
@@ -310,6 +310,6 @@ else
310
var path = slug.Trim('/').Replace('\\', '/');
311
if (!path.EndsWith(".md", StringComparison.OrdinalIgnoreCase))
312
path += ".md";
313
- return $"{baseUrl}/{path}.md";
+ return $"{baseUrl}/{path}";
314
}
315
0 commit comments