File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
wiki/wiki/data/plugin/theme Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
77www and wiki are hosted on SourceForge.
88
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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>' ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments