Skip to content

Commit d6a52e8

Browse files
Template jinja2: Updated URL to point to http://www.roundup-tracker.org/.
1 parent 5f17d2f commit d6a52e8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ Fixed:
138138
(Thomas Arendsen Hein)
139139
- Fix broken images in legacy spec.html and original_overview.html, and
140140
restore web presence for "Roundup�s Design Document" (anatoly techtonik)
141+
- Template jinja2: Updated URL to point to http://www.roundup-tracker.org/
142+
(Bernhard Reiter)
141143

142144

143145
2013-07-06: 1.5.0

share/roundup/templates/jinja2/html/layout/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class='container-fluid'>
33
<hr>
44
{{ i18n.gettext('A') }}
5-
<a href='http://roundup.sourceforge.net/'>{{ i18n.gettext('roundup') }}</a>
5+
<a href='http://www.roundup-tracker.org/'>{{ i18n.gettext('roundup') }}</a>
66
{{ i18n.gettext('production') }}.
77
</div>
88
</footer>

0 commit comments

Comments
 (0)