summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRahat Mahmood <rahat@google.com>2021-02-12 12:11:03 -0800
committergVisor bot <gvisor-bot@google.com>2021-02-12 12:12:53 -0800
commitc99ad8d541670e7fec7480b97d6d258460f041e3 (patch)
tree7c2519b8a9813914c435603e0ebb802bcca2fca1
parentba51999fa65d9a5a87b4d9848a6e2573a8812e8d (diff)
Add reference to gsoc 2021 proposal page for website.
PiperOrigin-RevId: 357241880
-rw-r--r--g3doc/proposals/BUILD2
-rw-r--r--website/BUILD1
2 files changed, 2 insertions, 1 deletions
diff --git a/g3doc/proposals/BUILD b/g3doc/proposals/BUILD
index 3a7a377c3..710283142 100644
--- a/g3doc/proposals/BUILD
+++ b/g3doc/proposals/BUILD
@@ -10,7 +10,7 @@ doc(
src = "gsoc-2021-ideas.md",
category = "Project",
include_in_menu = False,
- permalink = "/community/gsoc_2021",
+ permalink = "/community/gsoc_2021/",
subcategory = "Community",
weight = "99",
)
diff --git a/website/BUILD b/website/BUILD
index d5315abce..b5b3f6df6 100644
--- a/website/BUILD
+++ b/website/BUILD
@@ -147,6 +147,7 @@ docs(
"//g3doc/architecture_guide:platforms",
"//g3doc/architecture_guide:resources",
"//g3doc/architecture_guide:security",
+ "//g3doc/proposals:gsoc_2021",
"//g3doc/user_guide:FAQ",
"//g3doc/user_guide:checkpoint_restore",
"//g3doc/user_guide:compatibility",