diff options
author | Adin Scannell <ascannell@google.com> | 2020-03-03 15:27:44 -0800 |
---|---|---|
committer | Adin Scannell <ascannell@google.com> | 2020-05-06 14:15:17 -0700 |
commit | a79b3f4cdb3288f817d8055c942049f96bf3e88e (patch) | |
tree | fe6aa666bd80d7ae765a5f1dc7de4599e8b9cd9e /website/content/_includes/footer-links.html | |
parent | 1e943dcc9eed420731935e0c8aa1f25788584f95 (diff) |
Update minor formatting issues.
Diffstat (limited to 'website/content/_includes/footer-links.html')
-rwxr-xr-x | website/content/_includes/footer-links.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/website/content/_includes/footer-links.html b/website/content/_includes/footer-links.html index d7939e466..c2a89931e 100755 --- a/website/content/_includes/footer-links.html +++ b/website/content/_includes/footer-links.html @@ -5,7 +5,8 @@ <ul class="list-unstyled"> <li><a href="/roadmap">Roadmap</a></li> <li><a href="/docs/community/">Contributing</a></li> - <li><a href="https://gvisor.googlesource.com/community/+/refs/heads/master/README.md">Governance</a></li> + <li><a href="https://github.com/google/gvisor/blob/master/GOVERNANCE.md">Governance</a></li> + <li><a href="https://github.com/google/gvisor/blob/master/SECURITY.md">Security</a></li> <li><a href="https://policies.google.com/privacy">Privacy Policy</a></li> </ul> </div> |