@@ -10,7 +10,7 @@ exports[`module factory rss 1`] = `
1010 <link>http://example.com/</link>
1111 <description>This is my personal feed!</description>
1212 <lastBuildDate>Fri, 14 Jul 2000 00:00:00 GMT</lastBuildDate>
13- <docs>http ://blogs.law.harvard.edu/tech/rss </docs>
13+ <docs>https ://validator.w3.org/feed/docs/rss2.html </docs>
1414 <generator>awesome</generator>
1515 <image>
1616 <title>Feed Title</title>
@@ -31,7 +31,7 @@ exports[`module function rss 1`] = `
3131 <link>http://example.com/</link>
3232 <description>This is my personal feed!</description>
3333 <lastBuildDate>Fri, 14 Jul 2000 00:00:00 GMT</lastBuildDate>
34- <docs>http ://blogs.law.harvard.edu/tech/rss </docs>
34+ <docs>https ://validator.w3.org/feed/docs/rss2.html </docs>
3535 <generator>awesome</generator>
3636 <image>
3737 <title>Feed Title</title>
@@ -52,7 +52,7 @@ exports[`module generate simple rss 1`] = `
5252 <link>http://example.com/</link>
5353 <description>This is my personal feed!</description>
5454 <lastBuildDate>Fri, 14 Jul 2000 00:00:00 GMT</lastBuildDate>
55- <docs>http ://blogs.law.harvard.edu/tech/rss </docs>
55+ <docs>https ://validator.w3.org/feed/docs/rss2.html </docs>
5656 <generator>awesome</generator>
5757 <image>
5858 <title>Feed Title</title>
@@ -73,7 +73,7 @@ exports[`module multi rss 1`] = `
7373 <link>http://example.com/</link>
7474 <description>This is my personal feed!</description>
7575 <lastBuildDate>Fri, 14 Jul 2000 00:00:00 GMT</lastBuildDate>
76- <docs>http ://blogs.law.harvard.edu/tech/rss </docs>
76+ <docs>https ://validator.w3.org/feed/docs/rss2.html </docs>
7777 <generator>awesome</generator>
7878 <image>
7979 <title>Feed Title</title>
@@ -94,7 +94,7 @@ exports[`module multi rss 2`] = `
9494 <link>http://example.com/</link>
9595 <description>This is my personal feed!</description>
9696 <lastBuildDate>Fri, 14 Jul 2000 00:00:00 GMT</lastBuildDate>
97- <docs>http ://blogs.law.harvard.edu/tech/rss </docs>
97+ <docs>https ://validator.w3.org/feed/docs/rss2.html </docs>
9898 <generator>awesome</generator>
9999 <image>
100100 <title>Feed Title</title>
@@ -117,7 +117,7 @@ exports[`module non-latin rss 1`] = `
117117 <link>http://site.ru/feed.xml</link>
118118 <description>Новости России и мира на сайте site.ru</description>
119119 <lastBuildDate>Fri, 14 Jul 2000 00:00:00 GMT</lastBuildDate>
120- <docs>http ://blogs.law.harvard.edu/tech/rss </docs>
120+ <docs>https ://validator.w3.org/feed/docs/rss2.html </docs>
121121 <generator>https://github.com/nuxt-community/feed-module</generator>
122122 </channel>
123123</rss>"
@@ -131,7 +131,7 @@ exports[`module object rss 1`] = `
131131 <link>http://example.com/</link>
132132 <description>This is my personal feed!</description>
133133 <lastBuildDate>Fri, 14 Jul 2000 00:00:00 GMT</lastBuildDate>
134- <docs>http ://blogs.law.harvard.edu/tech/rss </docs>
134+ <docs>https ://validator.w3.org/feed/docs/rss2.html </docs>
135135 <generator>awesome</generator>
136136 <image>
137137 <title>Feed Title</title>
@@ -189,7 +189,7 @@ exports[`module simple rss 1`] = `
189189 <link>http://example.com/</link>
190190 <description>This is my personal feed!</description>
191191 <lastBuildDate>Fri, 14 Jul 2000 00:00:00 GMT</lastBuildDate>
192- <docs>http ://blogs.law.harvard.edu/tech/rss </docs>
192+ <docs>https ://validator.w3.org/feed/docs/rss2.html </docs>
193193 <generator>awesome</generator>
194194 <image>
195195 <title>Feed Title</title>
0 commit comments