We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b2bc4 commit b7dc4ffCopy full SHA for b7dc4ff
www/results/index.py
@@ -1699,7 +1699,7 @@ def display_navigation(self):
1699
self.p(' <li%s><a href="%s">%s</a></li>'
1700
% (cls, self.get_link(page=link), linktext[link]))
1701
self.p(' <li><a href="https://github.com/salilab/'
1702
- 'imp_nightly_builds/blob/main/www/index.py">'
+ 'imp_nightly_builds/blob/main/www/results/index.py">'
1703
'<i class="fab fa-github"></i> Edit on GitHub</a></li>')
1704
self.p(' </ul>\n</div>')
1705
self.p("<div class=\"linkspacer\"></div>")
0 commit comments