Skip to content

Commit

Permalink
Fix broken links to installation guide (redhat-developer#6117)
Browse files Browse the repository at this point in the history
Signed-off-by: Parthvi Vala <pvala@redhat.com>

Signed-off-by: Parthvi Vala <pvala@redhat.com>
  • Loading branch information
valaparthvi committed Sep 15, 2022
1 parent 2271f69 commit d7c91ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/website/docs/command-reference/add-binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pkg/binding/binding.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/changelog-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d7c91ff

Please sign in to comment.