From d661cf0e8cffc95db1e9153bb9ca09f508856697 Mon Sep 17 00:00:00 2001 From: vishesh92 Date: Tue, 13 Dec 2016 10:56:18 +0530 Subject: [PATCH] Fix broken link --- website/source/docs/index.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/index.html.markdown b/website/source/docs/index.html.markdown index 01537de83c..9ae720a8b9 100644 --- a/website/source/docs/index.html.markdown +++ b/website/source/docs/index.html.markdown @@ -11,4 +11,4 @@ description: |- Welcome to the Vault documentation! This documentation is more of a reference guide for all available features and options of Vault. If you're just getting started with Vault, please start with the -[introduction](/intro/index.html) instead, and work your way up to the [Getting Started](intro/getting-started/index.html) guide. +[introduction](/intro/index.html) instead, and work your way up to the [Getting Started](/intro/getting-started/install.html) guide.