changeset 27548:435c906829b8

gitweb: link to the correct feeds from help pages
author Anton Shestakov <av6@dwimlabs.net>
date Tue, 29 Dec 2015 18:16:09 +0800
parents 1cbfeb1dc5aa
children ee7ef831df10
files mercurial/templates/gitweb/help.tmpl mercurial/templates/gitweb/helptopics.tmpl
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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>