summaryrefslogtreecommitdiffhomepage
path: root/g3doc
diff options
context:
space:
mode:
authorMichael Pratt <mpratt@google.com>2020-07-01 08:51:57 -0700
committergVisor bot <gvisor-bot@google.com>2020-07-01 08:53:44 -0700
commit068716ddf36f4dcb3d88e92b90774dcba2fe4db8 (patch)
treea0abeab205edb43b42a73d8d5bddce55cba4f72d /g3doc
parentcda2979b63fad37a33706f8aa430664a9c4d0b3b (diff)
Fix FAQ URL
The existing gvisor.dev/faq link returns 404 because the full URL has mistakenly been capitalized. PiperOrigin-RevId: 319233173
Diffstat (limited to 'g3doc')
-rw-r--r--g3doc/user_guide/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/g3doc/user_guide/BUILD b/g3doc/user_guide/BUILD
index 5568e1ba4..b69aee12c 100644
--- a/g3doc/user_guide/BUILD
+++ b/g3doc/user_guide/BUILD
@@ -33,7 +33,7 @@ doc(
name = "FAQ",
src = "FAQ.md",
category = "User Guide",
- permalink = "/docs/user_guide/FAQ/",
+ permalink = "/docs/user_guide/faq/",
weight = "90",
)