diff options
-rw-r--r-- | views/glsa.erb | 4 | ||||
-rw-r--r-- | views/index.erb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/views/glsa.erb b/views/glsa.erb index 17c77ce..a6ffcf1 100644 --- a/views/glsa.erb +++ b/views/glsa.erb @@ -1,8 +1,8 @@ <h1 class="first-header">Gentoo Linux Security Advisories (GLSA)</h1> <p> - This page lists all Security Advisories that were released by the Gentoo Security Team. - For more information, please visit our distribution's <a href="http://www.gentoo.org/security/en/index.xml">Security overview</a>. + This page lists all security advisories that were released by the Gentoo security team. + For more information, please visit our distribution's <a href="https://www.gentoo.org/support/security/">security overview</a>. </p> <div class="table-responsive"> diff --git a/views/index.erb b/views/index.erb index 78fca01..afe8891 100644 --- a/views/index.erb +++ b/views/index.erb @@ -9,14 +9,14 @@ <div class="alert alert-info"> <strong>Reporting a vulnerability</strong> <br /> - Information about how to report security vulnerabilities and contact information for confidential reports is available at <a href="http://www.gentoo.org/security/en/" class="alert-link">the Gentoo Linux Security pages</a>. + Information about how to report security vulnerabilities and contact information for confidential reports is available at <a href="https://www.gentoo.org/support/security/#contact" class="alert-link">the Gentoo Linux security pages</a>. </div> <div class="alert alert-info"> <strong>Security documentation</strong> <br /> If you want to learn more about keeping your Gentoo system secure - please visit our <a href="http://www.gentoo.org/security/en/" class="alert-link">security documentation</a>. + please visit our <a href="https://www.gentoo.org/support/security/stay-informed.html" class="alert-link">security documentation</a>. </div> <h2>Most recent Gentoo Linux security advisories</h2> |