]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Make the link on the Welcome page to 'https://tahoe-lafs.org/', not 'http:'. Includes...
authordavid-sarah <david-sarah@jacaranda.org>
Thu, 8 Mar 2012 23:17:58 +0000 (23:17 +0000)
committerdavid-sarah <david-sarah@jacaranda.org>
Thu, 8 Mar 2012 23:17:58 +0000 (23:17 +0000)
src/allmydata/test/test_web.py
src/allmydata/web/welcome.xhtml

index edafd24250f1279f464e9e420b614b98c73560a5..033b542e4b0188872e21cdbe4293749068665ac0 100644 (file)
@@ -504,6 +504,7 @@ class Web(WebMixin, WebErrorMixin, testutil.StallMixin, testutil.ReallyEqualMixi
         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")
index 3df902d08bb76bf494e421cda7748e3865baabf5..0d946a8b55d17cfaa9858ec65fe2c7fda94eec75 100644 (file)
@@ -86,7 +86,7 @@
 <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" />