diff options
author | Alex Legler <alex@a3li.li> | 2015-12-25 17:47:10 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-12-25 17:47:10 +0100 |
commit | b8cfe33a764aee9458f2379e2bf44398021626d0 (patch) | |
tree | dbb7ff1bbd7a412c9efd9211b6da590fb8d1285d /index.html | |
parent | Update CDN URLs for logo (diff) | |
download | tyrian-theme-b8cfe33a764aee9458f2379e2bf44398021626d0.tar.gz tyrian-theme-b8cfe33a764aee9458f2379e2bf44398021626d0.tar.bz2 tyrian-theme-b8cfe33a764aee9458f2379e2bf44398021626d0.zip |
Use https:// links everywhere
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -223,7 +223,7 @@ <div class="row"> <div class="col-xs-2 col-sm-3 col-md-2"> <ul class="footerlinks three-icons"> - <li><a href="http://twitter.com/gentoo" title="@Gentoo on Twitter"><span class="fa fa-twitter fa-fw"></span></a></li> + <li><a href="https://twitter.com/gentoo" title="@Gentoo on Twitter"><span class="fa fa-twitter fa-fw"></span></a></li> <li><a href="https://plus.google.com/+Gentoo" title="+Gentoo on Google+"><span class="fa fa-google-plus fa-fw"></span></a></li> <li><a href="https://www.facebook.com/gentoo.org" title="Gentoo on Facebook"><span class="fa fa-facebook fa-fw"></span></a></li> </ul> @@ -233,7 +233,7 @@ <small> Gentoo is a trademark of the Gentoo Foundation, Inc. The contents of this document, unless otherwise expressly stated, are licensed under the - <a href="http://creativecommons.org/licenses/by-sa/3.0/" rel="license">CC-BY-SA-3.0</a> license. + <a href="https://creativecommons.org/licenses/by-sa/3.0/" rel="license">CC-BY-SA-3.0</a> license. The <a href="https://www.gentoo.org/inside-gentoo/foundation/name-logo-guidelines.html">Gentoo Name and Logo Usage Guidelines</a> apply. </small> </div> @@ -244,4 +244,4 @@ <script src="http://code.jquery.com/jquery.js"></script> <script src="assets/bootstrap.js"></script> </body> -</html>
\ No newline at end of file +</html> |