diff --git a/website/layouts/index.html b/website/layouts/index.html index 9846df1f8c..bcf8298ed7 100644 --- a/website/layouts/index.html +++ b/website/layouts/index.html @@ -10,7 +10,7 @@ {{- $docs_root := "docs/latest" }} -{{- $link_getting_started := (print $docs_root "/getting-started") }} +{{- $link_getting_started := (print $docs_root "/get-started") }} {{- $link_plus_docs := (print $docs_root "/plus") }} {{- $link_concepts := (print $docs_root "/basics") }} {{- $link_examples := (print $docs_root "/examples") }}