diff options
author | Ian Lewis <ianmlewis@gmail.com> | 2019-10-18 02:40:54 -0400 |
---|---|---|
committer | Ian Lewis <ianlewis@google.com> | 2019-10-24 10:20:30 +0900 |
commit | 514f16b290229cc1105cdaf8102fee59b1365aee (patch) | |
tree | 856fede0fd091098bdab4996b027ebe8e8179613 /content/_index.html | |
parent | 53e921eb38e38867363f2203d2f883dadf3b5a2d (diff) |
Fix links on website.
Diffstat (limited to 'content/_index.html')
-rw-r--r-- | content/_index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/_index.html b/content/_index.html index 9e82ea98d..e2a78364d 100644 --- a/content/_index.html +++ b/content/_index.html @@ -7,7 +7,7 @@ description = "A container sandbox runtime focused on security, efficiency, and {{< blocks/cover image_anchor="top" height="auto" color="primary" title="gVisor" >}} <div class="mx-auto"> <p class="lead">A container sandbox runtime focused on <strong>security</strong>, <strong>efficiency</strong>, and <strong>ease of use</strong>.</p> - <a class="btn btn-lg btn-primary mr-3 mb-4" href="./docs/user_guide/docker/">Quick Start<i class="fas fa-arrow-alt-circle-right ml-2"></i></a> + <a class="btn btn-lg btn-primary mr-3 mb-4" href="./docs/user_guide/quick_start/docker/">Quick Start<i class="fas fa-arrow-alt-circle-right ml-2"></i></a> <a class="btn btn-lg btn-secondary mr-3 mb-4" href="https://github.com/google/gvisor" rel="noopener">GitHub <i class="fab fa-github ml-2"></i></a> </div> {{< /blocks/cover >}} |