Skip to content

Commit e6a9d92

Browse files
authored
Merge pull request planetpowershell#126 from Windos/master
update to working feed url (added atom/)
2 parents 3f56567 + e19d621 commit e6a9d92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Firehose.Web/Authors/EmmanuelDemilliere.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class EmmanuelDemilliere : IAmAMicrosoftMVP
1919
public GeoPosition Position => new GeoPosition(45.750000, 4.850000);
2020

2121
public Uri WebSite => new Uri("https://itfordummies.net");
22-
public IEnumerable<Uri> FeedUris { get { yield return new Uri("https://itfordummies.net/feed/"); } }
22+
public IEnumerable<Uri> FeedUris { get { yield return new Uri("https://itfordummies.net/feed/atom/"); } }
2323

2424
public bool Filter(SyndicationItem item)
2525
{
@@ -28,4 +28,4 @@ public bool Filter(SyndicationItem item)
2828

2929
}
3030
}
31-
}
31+
}

0 commit comments

Comments
 (0)