diff options
Diffstat (limited to 'test/rss')
-rw-r--r-- | test/rss/test_image.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rss/test_image.rb b/test/rss/test_image.rb index 8bb7323206..e4e50c0115 100644 --- a/test/rss/test_image.rb +++ b/test/rss/test_image.rb @@ -11,7 +11,7 @@ module RSS def setup @prefix = "image" - @uri = "http://web.resource.org/rss/1.0/modules/image/" + @uri = "http://purl.org/rss/1.0/modules/image/" @favicon_attrs = { "rdf:about" => "http://www.kuro5hin.org/favicon.ico", |