From cb17646d73fe579e917bf262ea6d0348af879854 Mon Sep 17 00:00:00 2001 From: MuneebAijaz Date: Wed, 18 Oct 2023 01:04:25 +0500 Subject: [PATCH] Fixes for Readme docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b161cea8..255cfc3a 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ The following quickstart let's you set up Ingress Monitor Controller to register ## Helm Chart -If you have configured helm on your cluster, you can deploy IngressMonitorController via helm using below mentioned commands. For details on chart, see [IMC Helm Chart](https://github.com/stakater/IngressMonitorController/tree/master/deploy/chart/ingressmonitorcontroller) +If you have configured helm on your cluster, you can deploy IngressMonitorController via helm using below mentioned commands. For details on chart, see [IMC Helm Chart](https://github.com/stakater/IngressMonitorController/tree/master/charts/ingressmonitorcontroller) ```sh # Install CRDs @@ -154,7 +154,7 @@ helm install stakater/ingressmonitorcontroller ### Documentation -You can find more detailed documentation for configuration, extension, and support for other Uptime checkers etc. [here](docs/Deploying-to-Kubernetes.md) +You can find more detailed documentation for configuration, extension, and support for other Uptime checkers etc. [here](https://github.com/stakater/IngressMonitorController/tree/master/docs) ### Contributing