gitweb: link to the correct feeds from help pages
authorAnton Shestakov <av6@dwimlabs.net>
Tue, 29 Dec 2015 18:16:09 +0800
changeset 27548 435c906829b8
parent 27547 1cbfeb1dc5aa
child 27549 ee7ef831df10
gitweb: link to the correct feeds from help pages
mercurial/templates/gitweb/help.tmpl
mercurial/templates/gitweb/helptopics.tmpl
--- a/mercurial/templates/gitweb/help.tmpl	Wed Dec 23 23:51:29 2015 +0000
+++ b/mercurial/templates/gitweb/help.tmpl	Tue Dec 29 18:16:09 2015 +0800
@@ -1,9 +1,9 @@
 {header}
 <title>Help: {topic}</title>
 <link rel="alternate" type="application/atom+xml"
-   href="{url|urlescape}atom-tags" title="Atom feed for {repo|escape}"/>
+   href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/>
 <link rel="alternate" type="application/rss+xml"
-   href="{url|urlescape}rss-tags" title="RSS feed for {repo|escape}"/>
+   href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/>
 </head>
 <body>
 
--- a/mercurial/templates/gitweb/helptopics.tmpl	Wed Dec 23 23:51:29 2015 +0000
+++ b/mercurial/templates/gitweb/helptopics.tmpl	Tue Dec 29 18:16:09 2015 +0800
@@ -1,9 +1,9 @@
 {header}
 <title>Help: {title}</title>
 <link rel="alternate" type="application/atom+xml"
-   href="{url|urlescape}atom-tags" title="Atom feed for {repo|escape}"/>
+   href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/>
 <link rel="alternate" type="application/rss+xml"
-   href="{url|urlescape}rss-tags" title="RSS feed for {repo|escape}"/>
+   href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/>
 </head>
 <body>