Skip to content

Commit adffd23

Browse files
committed
Replace http:....roundup-tracker.org with https. Also fix wiki links.
1 parent b118635 commit adffd23

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

share/roundup/templates/classic/html/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ <h2><span metal:define-slot="body_title">body title</span></h2>
173173
</p>
174174
<p class="userblock">
175175
<b i18n:translate="">Help</b><br>
176-
<a href="http://www.roundup-tracker.org"
176+
<a href="https://www.roundup-tracker.org"
177177
i18n:translate="">Roundup docs</a>
178178
</p>
179179
</td>

share/roundup/templates/jinja2/TEMPLATE-INFO.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Name: jinja2
22
Description: This is a generic issue tracker based on classic schema.
33
It uses Jinja2 for templating and Twitter bootstrap for responsive
44
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
66
for updates infos between releases.
77
Intended-For: Developers/Fearless first-time roundup users
88

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
{% 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>
66
{% trans %}production{% endtrans %}.
77
</div>
88
</footer>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,6 @@
169169
<i class='icon-bookmark'></i>{% trans %}Help{% endtrans %}
170170
</li>
171171
<li>
172-
<a href="http://www.roundup-tracker.org">Roundup docs</a>
172+
<a href="https://www.roundup-tracker.org">Roundup docs</a>
173173
</li>
174174
</ul>

share/roundup/templates/minimal/html/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h2><span metal:define-slot="body_title">body title</span></h2>
161161
</p>
162162
<p class="userblock">
163163
<b i18n:translate="">Help</b><br>
164-
<a href="http://www.roundup-tracker.org"
164+
<a href="https://www.roundup-tracker.org"
165165
i18n:translate="">Roundup docs</a>
166166
</p>
167167
</td>

share/roundup/templates/responsive/html/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ <h1><span metal:define-slot="body_title">body title</span></h1>
274274
</div> <!-- row-fluid -->
275275
<footer>
276276
<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.
278278
</footer>
279279
</div> <!-- container -->
280280
<pre tal:condition="request/form/deissue | nothing" tal:content="request"></pre>

0 commit comments

Comments
 (0)