diff --git a/docs/website/docs/command-reference/add-binding.md b/docs/website/docs/command-reference/add-binding.md index f077a12822e..dc620f056bd 100644 --- a/docs/website/docs/command-reference/add-binding.md +++ b/docs/website/docs/command-reference/add-binding.md @@ -28,7 +28,7 @@ To know about the Operators supported by the Service Binding Operator, read its #### Installing the Service Binding Operator Service Binding Operator is required to bind an application with microservices. -Visit the [official documentation](https://redhat-developer.github.io/service-binding-operator/userguide/getting-started/installing-service-binding.html#installing-the-service-binding-operator-from-the-openshift-container-platform-web-ui) of Service Binding Operator to see how you can install it on your OpenShift cluster. +Visit the [official documentation](https://redhat-developer.github.io/service-binding-operator/userguide/getting-started/installing-service-binding.html) of Service Binding Operator to see how you can install it on your OpenShift or Kubernetes cluster. ### Interactive Mode In the interactive mode, you will be guided to choose: diff --git a/pkg/binding/binding.go b/pkg/binding/binding.go index c80f53b0934..8cdb835f0b9 100644 --- a/pkg/binding/binding.go +++ b/pkg/binding/binding.go @@ -294,7 +294,7 @@ func (o *BindingClient) checkServiceBindingOperatorInstalled() error { if !isServiceBindingInstalled { //revive:disable:error-strings This is a top-level error message displayed as is to the end user return fmt.Errorf("Service Binding Operator is not installed on the cluster, please ensure it is installed before proceeding. " + - "See installation instructions: https://odo.dev/docs/overview/cluster-setup/") + "See installation instructions: https://odo.dev/docs/command-reference/add-binding#installing-the-service-binding-operator") //revive:enable:error-strings } return nil diff --git a/scripts/changelog-script.sh b/scripts/changelog-script.sh index 4df62155742..1cc829716d2 100755 --- a/scripts/changelog-script.sh +++ b/scripts/changelog-script.sh @@ -19,7 +19,7 @@ then fi MIRROR="https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/odo/$2/" -INSTALLATION_GUIDE="https://odo.dev/docs/getting-started/installation" +INSTALLATION_GUIDE="https://odo.dev/docs/overview/installation" echo -e "# Installation of $2 To install odo, follow our installation guide at [odo.dev]($INSTALLATION_GUIDE)