From 03c693298718c9282b5d15c11a1dabdc344200ab Mon Sep 17 00:00:00 2001 From: Beyang Liu Date: Sun, 16 Sep 2018 14:04:11 -0700 Subject: [PATCH] fix link --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 4a4fb98cf807..f6f96027bfcc 100644 --- a/docs/install.md +++ b/docs/install.md @@ -30,7 +30,7 @@ git clone https://github.com/sourcegraph/deploy-sourcegraph && cd deploy-sourcegraph && git checkout ${VERSION} ``` -1. Configure the `sourcegraph` storage class for the cluster by reading through ["Configure a storage class"](../configure.md#configure-a-storage-class). +1. Configure the `sourcegraph` storage class for the cluster by reading through ["Configure a storage class"](./configure.md#configure-a-storage-class). 1. If you want to add a large number of repositories to your instance, you should [configure the number of gitserver replicas](configure.md#configure-gitserver-replica-count) _before_ you continue with the next step.