diff options
author | Fabricio Voznika <fvoznika@google.com> | 2020-09-18 11:19:04 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-09-18 11:21:06 -0700 |
commit | ddf37cb19f373ae47836db97349013081cc857b4 (patch) | |
tree | 4d9c498e239b8c6597e14661c9f1b1b246effd96 /website/index.md | |
parent | bd69afdcd1c9303602aadce9e59aecff3eb7b9c8 (diff) |
Reduce the number of steps to get started with gVisor
Streamline instruction for the common case.
PiperOrigin-RevId: 332488910
Diffstat (limited to 'website/index.md')
-rw-r--r-- | website/index.md | 2 |
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 <i class="fas fa-arrow-alt-circle-right ml-2"></i></a> + <a class="btn" href="/docs/user_guide/install/">Get started <i class="fas fa-arrow-alt-circle-right ml-2"></i></a> <a class="btn" href="/docs/">Learn More <i class="fas fa-arrow-alt-circle-right ml-2"></i></a> </p> </div> |