summaryrefslogtreecommitdiffhomepage
path: root/website
diff options
context:
space:
mode:
authorFabricio Voznika <fvoznika@google.com>2020-09-18 11:19:04 -0700
committergVisor bot <gvisor-bot@google.com>2020-09-18 11:21:06 -0700
commitddf37cb19f373ae47836db97349013081cc857b4 (patch)
tree4d9c498e239b8c6597e14661c9f1b1b246effd96 /website
parentbd69afdcd1c9303602aadce9e59aecff3eb7b9c8 (diff)
Reduce the number of steps to get started with gVisor
Streamline instruction for the common case. PiperOrigin-RevId: 332488910
Diffstat (limited to 'website')
-rw-r--r--website/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/index.md b/website/index.md
index 84f877d49..c6cd477c2 100644
--- a/website/index.md
+++ b/website/index.md
@@ -5,7 +5,7 @@
<div class="col-md-6">
<p>gVisor is an <b>application kernel</b> for <b>containers</b> that provides efficient defense-in-depth anywhere.</p>
<p style="margin-top: 20px;">
- <a class="btn" href="/docs/user_guide/quick_start/docker/">Quick start&nbsp;<i class="fas fa-arrow-alt-circle-right ml-2"></i></a>
+ <a class="btn" href="/docs/user_guide/install/">Get started&nbsp;<i class="fas fa-arrow-alt-circle-right ml-2"></i></a>
<a class="btn" href="/docs/">Learn More&nbsp;<i class="fas fa-arrow-alt-circle-right ml-2"></i></a>
</p>
</div>