diff --git a/README.md b/README.md index 4cb5f165..1e1eaf6a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Meta Operator for deploying the Orchestrator helm charts # Installing the operator -Please visit the [README.md](https://github.com/parodos-dev/orchestrator-helm-operator/blob/gh-pages/README.md) page and follow the guide to install the operator in your cluster. +Please visit the [README.md](https://github.com/parodos-dev/orchestrator-helm-operator/blob/main/docs/README.md) page and follow the guide to install the operator in your cluster. ## Releasing the operator diff --git a/hack/merge_secrets.sh b/hack/merge_secrets.sh index 8d93eb15..9b3f6f47 100755 --- a/hack/merge_secrets.sh +++ b/hack/merge_secrets.sh @@ -2,7 +2,7 @@ # The script merges two given K8s secrets in yaml format into a single secret named 'docker-credentials' in 'orchestrator-gitops' namespace. # This script is required to simplify the instruction of -# https://github.com/parodos-dev/orchestrator-helm-chart/tree/gh-pages/gitops#installing-docker-credentials +# https://github.com/parodos-dev/orchestrator-helm-operator/tree/main/docs/gitops#installing-docker-credentials # Check if the correct number of arguments is provided if [ $# -ne 2 ]; then