Skip to content

Commit 202e8d4

Browse files
committed
Replace http:....roundup-tracker.org with https.
1 parent 10e3b27 commit 202e8d4

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

website/README.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Roundup has three web sites:
22

3-
* http://www.roundup-tracker.org/
3+
* https://www.roundup-tracker.org/
44
* https://wiki.roundup-tracker.org/
55
* https://issues.roundup-tracker.org/
66

@@ -121,11 +121,11 @@ instead update:
121121

122122
${project_home}/htdocs/dev-docs/
123123

124-
and the URL will be: http://www.roundup-tracker.org/dev-docs/docs.html
124+
and the URL will be: https://www.roundup-tracker.org/dev-docs/docs.html
125125

126126
Note there appears to be a cache somewhere in the path, so you may
127127
need to use:
128128

129-
http://www.roundup-tracker.org/dev-docs/docs.html?foo=1
129+
https://www.roundup-tracker.org/dev-docs/docs.html?foo=1
130130

131131
to cache bust.

website/issues/html/page.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ <h1><a href="/">Roundup Tracker - Issues</a></h1>
4545
<div class="navigation">
4646
<div class="menu">
4747
<ul>
48-
<li><a href="http://www.roundup-tracker.org" title="home...">Home</a></li>
48+
<li><a href="https://www.roundup-tracker.org" title="home...">Home</a></li>
4949
<li><a href="https://pypi.python.org/pypi/roundup" title="Get it !">Download</a></li>
50-
<li><a href="http://www.roundup-tracker.org/docs.html" title="What you always wanted to know...">Docs</a></li>
50+
<li><a href="https://www.roundup-tracker.org/docs.html" title="What you always wanted to know...">Docs</a></li>
5151
<li class="current"><a href="/" i18n:translate="">Issues</a>
5252
<ul tal:condition="python:request.user.hasPermission('View', 'issue')">
5353
<li tal:condition="python:request.user.hasPermission('Create', 'issue')">
@@ -191,9 +191,9 @@ <h1><a href="/">Roundup Tracker - Issues</a></h1>
191191
</ul>
192192

193193
</li>
194-
<li><a href="http://www.roundup-tracker.org/contact.html" title="Get in touch.">Contact</a></li>
194+
<li><a href="https://www.roundup-tracker.org/contact.html" title="Get in touch.">Contact</a></li>
195195
<li><a href="https://wiki.roundup-tracker.org" title="Share your ideas...">Wiki</a></li>
196-
<li><a href="http://www.roundup-tracker.org/code.html" title="Be the sources with you.">Code</a></li>
196+
<li><a href="https://www.roundup-tracker.org/code.html" title="Be the sources with you.">Code</a></li>
197197
</ul>
198198
</div> <!-- menu -->
199199
</div> <!-- navigation -->

website/www/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ Roundup was originally released as version 0.1.1 in late August, 2001. The first
4545

4646
.. _`download`: https://pypi.org/project/roundup/
4747
.. _`change note`: https://sourceforge.net/p/roundup/code/ci/tip/tree/CHANGES.txt
48-
.. _`its own set of docs`: http://www.roundup-tracker.org/dev-docs/docs.html
48+
.. _`its own set of docs`: https://www.roundup-tracker.org/dev-docs/docs.html

0 commit comments

Comments
 (0)