summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sfeed_web.14
-rw-r--r--sfeed_xmlenc.14
2 files changed, 4 insertions, 4 deletions
diff --git a/sfeed_web.1 b/sfeed_web.1
index 9690b7e..3a83ca7 100644
--- a/sfeed_web.1
+++ b/sfeed_web.1
@@ -1,4 +1,4 @@
-.Dd July 7, 2021
+.Dd July 24, 2021
.Dt SFEED_WEB 1
.Os
.Sh NAME
@@ -35,7 +35,7 @@ Usually application/atom+xml or application/rss+xml.
.Sh EXAMPLES
Get URLs from xkcd website:
.Bd -literal
-curl -s -L 'http://www.xkcd.com/' | sfeed_web 'http://www.xkcd.com/'
+curl -s -L 'https://codemadness.org/' | sfeed_web 'https://codemadness.org/'
.Ed
.Sh SEE ALSO
.Xr sfeed_update 1 ,
diff --git a/sfeed_xmlenc.1 b/sfeed_xmlenc.1
index ccd6516..faaa26d 100644
--- a/sfeed_xmlenc.1
+++ b/sfeed_xmlenc.1
@@ -1,4 +1,4 @@
-.Dd March 12, 2021
+.Dd July 24, 2021
.Dt SFEED_XMLENC 1
.Os
.Sh NAME
@@ -16,7 +16,7 @@ which are not allowed in an encoding-name.
.Sh EXAMPLES
Get text-encoding from xkcd Atom feed:
.Bd -literal
-curl -s -L http://www.xkcd.com/atom.xml | sfeed_xmlenc
+curl -s -L 'https://codemadness.org/atom.xml' | sfeed_xmlenc
.Ed
.Sh SEE ALSO
.Xr sfeed_update 1 ,