We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f56567 + e19d621 commit e6a9d92Copy full SHA for e6a9d92
src/Firehose.Web/Authors/EmmanuelDemilliere.cs
@@ -19,7 +19,7 @@ public class EmmanuelDemilliere : IAmAMicrosoftMVP
19
public GeoPosition Position => new GeoPosition(45.750000, 4.850000);
20
21
public Uri WebSite => new Uri("https://itfordummies.net");
22
- public IEnumerable<Uri> FeedUris { get { yield return new Uri("https://itfordummies.net/feed/"); } }
+ public IEnumerable<Uri> FeedUris { get { yield return new Uri("https://itfordummies.net/feed/atom/"); } }
23
24
public bool Filter(SyndicationItem item)
25
{
@@ -28,4 +28,4 @@ public bool Filter(SyndicationItem item)
28
29
}
30
31
-}
+}
0 commit comments