From 6e26b34d3931c805c6fc7fff2b6c70088dc5a75e Mon Sep 17 00:00:00 2001 From: echoboomer Date: Sun, 2 Feb 2025 11:07:23 -0500 Subject: [PATCH] Update url for helm repo. --- docs/installation.md | 2 +- docs/ui.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 2b4ae75..0fbb97d 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -97,7 +97,7 @@ image: You can get started quickly by using the Helm chart: ```bash -helm repo add incidentbot https://charts.incidentbot.io +helm repo add incidentbot https://docs.incidentbot.io/charts helm repo update ``` diff --git a/docs/ui.md b/docs/ui.md index dafdade..5a1f6a8 100644 --- a/docs/ui.md +++ b/docs/ui.md @@ -67,7 +67,7 @@ You will need to provide the content of [nginx.conf](https://github.com/incident You can get started quickly by using the Helm chart: ```bash -helm repo add incidentbot https://charts.incidentbot.io +helm repo add incidentbot https://docs.incidentbot.io/charts helm repo update ```