def _check(res):
self.failUnlessIn('Welcome To Tahoe-LAFS', res)
self.failUnlessIn(FAVICON_MARKUP, res)
+ self.failUnlessIn('href="https://tahoe-lafs.org/"', res)
self.s.basedir = 'web/test_welcome'
fileutil.make_dirs("web/test_welcome")
<div class="section" id="other-resources">
<h2>Other Resources</h2>
- <div>Please visit the <a target="_blank" href="http://tahoe-lafs.org">Tahoe-LAFS home page</a> for
+ <div>Please visit the <a target="_blank" href="https://tahoe-lafs.org/">Tahoe-LAFS home page</a> for
code updates and bug reporting.</div>
<div n:render="incident_button" />