From 4ff9830056106b096c301d46a41b5f62f367a7cc Mon Sep 17 00:00:00 2001 From: Kundan Kumar Date: Fri, 12 Jun 2020 06:16:53 +0530 Subject: [PATCH] fix for #5666 --- docs/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index 367123f77..ff68c0dec 100644 --- a/docs/development.md +++ b/docs/development.md @@ -110,7 +110,7 @@ $ TAG= REGISTRY=$USER/ingress-controller make push ## Deploying There are several ways to deploy the ingress controller onto a cluster. -Please check the [deployment guide](../deploy/) +Please check the [deployment guide](./deploy/) ## Testing