File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ <h2><span metal:define-slot="body_title">body title</span></h2>
173
173
</ p >
174
174
< p class ="userblock ">
175
175
< b i18n:translate =""> Help</ b > < br >
176
- < a href ="http ://www.roundup-tracker.org "
176
+ < a href ="https ://www.roundup-tracker.org "
177
177
i18n:translate =""> Roundup docs</ a >
178
178
</ p >
179
179
</ td >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Name: jinja2
2
2
Description: This is a generic issue tracker based on classic schema.
3
3
It uses Jinja2 for templating and Twitter bootstrap for responsive
4
4
markup. You will need jinja and gettext for this to work.
5
- See the wiki page http ://www .roundup-tracker.org/cgi-bin/moin.cgi /Jinja2
5
+ See the wiki page https ://wiki .roundup-tracker.org/Jinja2
6
6
for updates infos between releases.
7
7
Intended-For: Developers/Fearless first-time roundup users
8
8
Original file line number Diff line number Diff line change 2
2
< div class ='container-fluid '>
3
3
< hr >
4
4
{% trans %}A{% endtrans %}
5
- < a href ='http ://www.roundup-tracker.org/ '> {% trans %}roundup{% endtrans %}</ a >
5
+ < a href ='https ://www.roundup-tracker.org/ '> {% trans %}roundup{% endtrans %}</ a >
6
6
{% trans %}production{% endtrans %}.
7
7
</ div >
8
8
</ footer >
Original file line number Diff line number Diff line change 169
169
< i class ='icon-bookmark '> </ i > {% trans %}Help{% endtrans %}
170
170
</ li >
171
171
< li >
172
- < a href ="http ://www.roundup-tracker.org "> Roundup docs</ a >
172
+ < a href ="https ://www.roundup-tracker.org "> Roundup docs</ a >
173
173
</ li >
174
174
</ ul >
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ <h2><span metal:define-slot="body_title">body title</span></h2>
161
161
</ p >
162
162
< p class ="userblock ">
163
163
< b i18n:translate =""> Help</ b > < br >
164
- < a href ="http ://www.roundup-tracker.org "
164
+ < a href ="https ://www.roundup-tracker.org "
165
165
i18n:translate =""> Roundup docs</ a >
166
166
</ p >
167
167
</ td >
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ <h1><span metal:define-slot="body_title">body title</span></h1>
274
274
</ div > <!-- row-fluid -->
275
275
< footer >
276
276
< hr >
277
- A < a href ='http ://www.roundup-tracker.org/ '> Roundup Issue Tracker</ a > instance.
277
+ A < a href ='https ://www.roundup-tracker.org/ '> Roundup Issue Tracker</ a > instance.
278
278
</ footer >
279
279
</ div > <!-- container -->
280
280
< pre tal:condition ="request/form/deissue | nothing " tal:content ="request "> </ pre >
You can’t perform that action at this time.
0 commit comments