File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
website/wiki/wiki/data/plugin/theme Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ def menu(self, d):
28
28
html = [
29
29
u'<div class="menu">' ,
30
30
u' <ul>' ,
31
- u' <li><a href="http ://www.roundup-tracker.org">Home</a></li>' ,
31
+ u' <li><a href="https ://www.roundup-tracker.org">Home</a></li>' ,
32
32
u' <li><a href="https://pypi.python.org/pypi/roundup">Download</a></li>' ,
33
- u' <li><a href="http ://www.roundup-tracker.org/docs.html">Docs</a></li>' ,
33
+ u' <li><a href="https ://www.roundup-tracker.org/docs.html">Docs</a></li>' ,
34
34
u' <li><a href="https://issues.roundup-tracker.org">Issues</a></li>' ,
35
- u' <li><a href="http ://www.roundup-tracker.org/contact.html">Contact</a></li>' ,
35
+ u' <li><a href="https ://www.roundup-tracker.org/contact.html">Contact</a></li>' ,
36
36
self .wiki_links (d ),
37
- u' <li><a href="http ://www.roundup-tracker.org/code.html">Code</a></li>' ,
37
+ u' <li><a href="https ://www.roundup-tracker.org/code.html">Code</a></li>' ,
38
38
u' </ul>' ,
39
39
u'</div>' ,
40
40
]
You can’t perform that action at this time.
0 commit comments