aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-04-03 11:46:08 +0200
committerAlex Legler <alex@a3li.li>2015-04-03 11:46:08 +0200
commitdb10086b03a569db39c2f87b9da26dd9afd56755 (patch)
treecff3577e19f33ae27c015c6630da6bb4c94649c7 /index.html
parentDisplay 'GLSA' before the GLSA IDs after all. (diff)
downloadwww-db10086b03a569db39c2f87b9da26dd9afd56755.tar.gz
www-db10086b03a569db39c2f87b9da26dd9afd56755.tar.bz2
www-db10086b03a569db39c2f87b9da26dd9afd56755.zip
Fix up frontpage dashboard headers
- Include a link everywhere - HTTPS
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index 812d45a..9d32839 100644
--- a/index.html
+++ b/index.html
@@ -34,22 +34,22 @@ meta: '<link rel="alternate" type="application/atom+xml" title="Gentoo Linux New
<div class="row">
<div class="col-xs-12 col-md-6">
- <h2>Developer Blogs <small>live from <a href="http://planet.gentoo.org">Planet Gentoo</a></small></h2>
+ <h2>Developer Blogs <small>live from <a href="https://planet.gentoo.org">Planet Gentoo</a></small></h2>
{% include frontpage/planet %}
</div>
<div class="col-xs-12 col-md-6">
- <h2>Security Advisories</h2>
+ <h2>Security Advisories <small>from our <a href="https://security.gentoo.org/">Security database</a></small></h2>
{% include frontpage/glsa %}
</div>
</div>
<div class="row">
<div class="col-xs-12 col-md-6">
- <h2>New Packages <small>more at the <a href="http://packages.gentoo.org">Gentoo Packages database</a></small></h2>
+ <h2>New Packages <small>more at the <a href="https://packages.gentoo.org">Gentoo Packages database</a></small></h2>
{% include frontpage/packages %}
</div>
<div class="col-xs-12 col-md-6">
- <h2>Fresh Wiki Documentation</h2>
+ <h2>Fresh Documentation <small>on the <a href="https://wiki.gentoo.org/">Gentoo Wiki</a></small></h2>
{% include frontpage/wiki %}
</div>
</div>