summaryrefslogtreecommitdiffhomepage
path: root/website/_layouts
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2020-05-15 09:29:52 -0700
committergVisor bot <gvisor-bot@google.com>2020-05-15 09:31:17 -0700
commit1847165a8c034e82cb35a0dc23878921cab30b5d (patch)
treebed7336e5d005a3327ca11c2f3a742881b754faa /website/_layouts
parent4502b73d008e7696adbf035926092590f2077706 (diff)
Minor text updates and jquery ordering.
PiperOrigin-RevId: 311744091
Diffstat (limited to 'website/_layouts')
-rw-r--r--website/_layouts/docs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/_layouts/docs.html b/website/_layouts/docs.html
index e11492915..33ea8e1de 100644
--- a/website/_layouts/docs.html
+++ b/website/_layouts/docs.html
@@ -47,7 +47,7 @@ categories:
<h1>{{ page.title }}</h1>
{% if page.editpath %}
<p>
- <a href="https://github.com/google/gvisor/edit/master/content/{{page.editpath}}" target="_blank"><i class="fa fa-edit fa-fw"></i> Edit this page</a>
+ <a href="https://github.com/google/gvisor/edit/master/{{page.editpath}}" target="_blank"><i class="fa fa-edit fa-fw"></i> Edit this page</a>
<a href="https://github.com/google/gvisor/issues/new?title={{page.title | url_encode}}" target="_blank"><i class="fab fa-github fa-fw"></i> Create issue</a>
</p>
{% endif %}