From 40ef6f143d295278685d40e086cf110f4d062230 Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Tue, 16 Aug 2016 23:12:54 +0100 Subject: [PATCH] Update RSS validator URL. Fix #26 --- app/views/feeds/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/feeds/show.html.haml b/app/views/feeds/show.html.haml index 4863bc5..7be65b2 100644 --- a/app/views/feeds/show.html.haml +++ b/app/views/feeds/show.html.haml @@ -5,7 +5,7 @@ %p = link_to "Fetch", fetch_feed_url(@feed), :class => "button"   - %a.button{ :href => "http://validator.w3.org/appc/check.cgi?url=#{@feed.feed_url}"}< + %a.button{ :href => "https://validator.w3.org/feed/check.cgi?url=#{@feed.feed_url}"}< Validate   = link_to 'Edit', edit_feed_path(@feed), :class => "button"