diff --git a/docs/installation.md b/docs/installation.md
index 4d455d428ee48ff43649382bbd800c26e78324bf..f73a25926917ae0edf00a8f75fdb33fb342fe9bb 100644
--- a/docs/installation.md
+++ b/docs/installation.md
@@ -10,7 +10,7 @@ The easiest option to install Theodolite is using [Helm](https://helm.sh).
 To install Theodolite with all its dependencies run:
 
 ```sh
-helm repo add theodolite https://cau-se.github.io/theodolite
+helm repo add theodolite https://www.theodolite.rocks
 helm repo update
 helm install theodolite theodolite/theodolite
 ```
diff --git a/docs/quickstart.md b/docs/quickstart.md
index 858966ca7dcc16099e0217ee423de42ed714e36b..755b1baf5b809cd4b9acc61a2406bbbe3dcfd061 100644
--- a/docs/quickstart.md
+++ b/docs/quickstart.md
@@ -13,7 +13,7 @@ All you need to get started is access to a Kubernetes cluster plus kubectl and H
 1. To install Theodolite with all its dependencies run:
 
    ```sh
-   helm repo add theodolite https://cau-se.github.io/theodolite
+   helm repo add theodolite https://www.theodolite.rocks
    helm repo update
    helm install theodolite theodolite/theodolite -f https://raw.githubusercontent.com/cau-se/theodolite/main/helm/preconfigs/minimal.yaml
    ```