fix data file headers in GitHub issue

This commit is contained in:
Collin M. Barrett 2019-07-13 14:56:59 -05:00
parent 59ca3d325e
commit 59e46d0b4e

View file

@ -31,7 +31,7 @@ protected override string Handle(Command request)
foreach (var entityInvalidUrls in entityInvalidUrlGroups)
{
body.Append(
$"<h1><a href=\"https://github.com/collinbarrett/FilterLists/blob/master/data/{nameof(entityInvalidUrls.Key)}\">{nameof(entityInvalidUrls.Key)}</a></h1>");
$"<h1><a href=\"https://github.com/collinbarrett/FilterLists/blob/master/data/{entityInvalidUrls.Key}.json\">{entityInvalidUrls.Key}.json</a></h1>");
body.Append("<ul>");
foreach (var invalidUrl in entityInvalidUrls)
{