diff options
Diffstat (limited to 'website/content/_includes')
l--------- | website/content/_includes/GOVERNANCE.md | 1 | ||||
l--------- | website/content/_includes/SECURITY.md | 1 | ||||
-rwxr-xr-x | website/content/_includes/byline.html | 2 | ||||
-rwxr-xr-x | website/content/_includes/footer-links.html | 3 |
4 files changed, 3 insertions, 4 deletions
diff --git a/website/content/_includes/GOVERNANCE.md b/website/content/_includes/GOVERNANCE.md deleted file mode 120000 index 460729773..000000000 --- a/website/content/_includes/GOVERNANCE.md +++ /dev/null @@ -1 +0,0 @@ -../../../GOVERNANCE.md
\ No newline at end of file diff --git a/website/content/_includes/SECURITY.md b/website/content/_includes/SECURITY.md deleted file mode 120000 index 7f933119f..000000000 --- a/website/content/_includes/SECURITY.md +++ /dev/null @@ -1 +0,0 @@ -../../../SECURITY.md
\ No newline at end of file diff --git a/website/content/_includes/byline.html b/website/content/_includes/byline.html index 7d6d6aa59..d8ae22cb0 100755 --- a/website/content/_includes/byline.html +++ b/website/content/_includes/byline.html @@ -5,7 +5,7 @@ By {% assign author_id=include.authors[i] %} {% assign author=site.authors[author_id] %} {% if author %} - <a href="{{ author[1] }}">{{ author[0] }}</a> + <a href="mailto:{{ author.email }}">{{ author.name }}</a> {% else %} {{ author_id }} {% endif %} 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> |