gitweb: Make feed entries point to commitdiff view
[gitweb.git] / gitweb / gitweb.perl
index ae2d05763fc2d41c9bffdad8809e4e370389412c..8ef2735c5857dd314318cae8839426543c34f8ee 100755 (executable)
@@ -5565,7 +5565,7 @@ sub git_feed {
                        or next;
 
                # print element (entry, item)
-               my $co_url = href(-full=>1, action=>"commit", hash=>$commit);
+               my $co_url = href(-full=>1, action=>"commitdiff", hash=>$commit);
                if ($format eq 'rss') {
                        print "<item>\n" .
                              "<title>" . esc_html($co{'title'}) . "</title>\n" .