diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0f34be2a..6576bf61 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -11,7 +11,7 @@ which are hosted in the [Undistro Organization](https://github.com/undistro) on
difference. This is something that everyone can do to help out Zora.
GitHub stars help the project gain visibility and stand out.
-- **Reviewing the [documentation](https://zora.undistro.io/).**
+- **Reviewing the [documentation](https://zora-docs.undistro.io/).**
Most documentation just needs a review for proper spelling and grammar.
If you think a document can be improved in any way,
feel free to hit the `edit` button at the top of the page.
diff --git a/README.md b/README.md
index 19d7912c..703d5b74 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
-
+
@@ -22,7 +22,7 @@ Zora is the first product created by Undistro's initiative. Visit our [website](
## Getting Started
-Check out our live [documentation](https://zora.undistro.io) for details about how to install Zora and start to scan your clusters.
+Check out our live [documentation](https://zora-docs.undistro.io) for details about how to install Zora and start to scan your clusters.
## Contributing
diff --git a/charts/zora/Chart.yaml b/charts/zora/Chart.yaml
index 083af0b6..3bdb49c1 100644
--- a/charts/zora/Chart.yaml
+++ b/charts/zora/Chart.yaml
@@ -15,7 +15,7 @@
apiVersion: v2
name: zora
description: Zora scans multiple Kubernetes clusters and reports potential issues.
-icon: https://zora.undistro.io/assets/logo.png
+icon: https://zora-docs.undistro.io/assets/logo.png
type: application
version: 0.4.0
appVersion: "v0.4.0"
diff --git a/charts/zora/templates/NOTES.txt b/charts/zora/templates/NOTES.txt
index c8301a01..427a5fe7 100644
--- a/charts/zora/templates/NOTES.txt
+++ b/charts/zora/templates/NOTES.txt
@@ -1,7 +1,7 @@
1. Connect clusters with `kubectl`:
For in-depth information about how to connect a cluster, visit
- https://zora.undistro.io/
+ https://zora-docs.undistro.io/
{{- if .Values.saas.workspaceID }}
2. Now you can see your clusters and issues in the SaaS:
diff --git a/docs/target-cluster.md b/docs/target-cluster.md
index 1e1323e3..f2d6e5eb 100644
--- a/docs/target-cluster.md
+++ b/docs/target-cluster.md
@@ -16,17 +16,17 @@ For manual configuration, go to [Manual Configuration](#manual-configuration), o
## Setup Script
-A [script](https://zora.undistro.io/v0.4/targetcluster.sh) is available to prepare a cluster, which can be executed by any POSIX compliant shell.
+A [script](https://zora-docs.undistro.io/v0.4/targetcluster.sh) is available to prepare a cluster, which can be executed by any POSIX compliant shell.
The target cluster context can be set by exporting the `CONTEXT` variable or switching via `kubectl`, before running the script:
```shel
-curl -q https://zora.undistro.io/v0.4/targetcluster.sh | CONTEXT=
sh
+curl -q https://zora-docs.undistro.io/v0.4/targetcluster.sh | CONTEXT= sh
```
or
```shel
kubectl config use-context
-curl -q https://zora.undistro.io/v0.4/targetcluster.sh | sh
+curl -q https://zora-docs.undistro.io/v0.4/targetcluster.sh | sh
```
By default, the generated kubeconfig will be named as your current Kubernetes context suffixed with `-kubeconfig.yaml`.
diff --git a/mkdocs.yml b/mkdocs.yml
index 0327311d..e63d7cda 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -13,7 +13,7 @@
# limitations under the License.
site_name: "Zora"
-site_url: https://zora.undistro.io
+site_url: https://zora-docs.undistro.io
repo_url: https://github.com/undistro/zora
repo_name: undistro/zora
edit_uri: edit/main/docs/