Skip to content

Commit 580dfe0

Browse files
committed
website. So it will roll out whenever the next website update is done.
1 parent 9b6bb1d commit 580dfe0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

website/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Roundup has three web sites:
22

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

77
www and wiki are hosted on SourceForge.
88

website/issues/config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ name = Roundup tracker
159159
# that is required to get to the home page of the tracker.
160160
# You MUST include a trailing '/' in the URL.
161161
# Default: NO DEFAULT
162-
web = http://issues.roundup-tracker.org/
162+
web = https://issues.roundup-tracker.org/
163163

164164
# Email address that mail to roundup should go to.
165165
# If no domain is specified then mail_domain is added.

website/wiki/wiki/data/plugin/theme/roundup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def menu(self, d):
3131
u' <li><a href="http://www.roundup-tracker.org">Home</a></li>',
3232
u' <li><a href="http://pypi.python.org/pypi/roundup">Download</a></li>',
3333
u' <li><a href="http://www.roundup-tracker.org/docs.html">Docs</a></li>',
34-
u' <li><a href="http://issues.roundup-tracker.org">Issues</a></li>',
34+
u' <li><a href="https://issues.roundup-tracker.org">Issues</a></li>',
3535
u' <li><a href="http://www.roundup-tracker.org/contact.html">Contact</a></li>',
3636
self.wiki_links(d),
3737
u' <li><a href="http://www.roundup-tracker.org/code.html">Code</a></li>',

website/www/contents.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Contents:
1313
Home <index>
1414
Download <http://pypi.python.org/pypi/roundup>
1515
docs
16-
Issues <http://issues.roundup-tracker.org>
16+
Issues <https://issues.roundup-tracker.org>
1717
contact
1818
Wiki <http://wiki.roundup-tracker.org>
1919
code

0 commit comments

Comments
 (0)