From 9305cc31bfe54915b55657e7f425318f020f6e61 Mon Sep 17 00:00:00 2001 From: Jens Freimann Date: Tue, 30 Jan 2024 22:30:25 +0100 Subject: [PATCH] fix broken link to OpenShift installation description The current link in this document points to openshift-install.md which was removed in pull #238 commit 366c8b2e8b278233a2fc5909e3031c5418c6e624 Author: Rajdeep Das Date: Mon Jan 30 14:15:48 2023 +0100 The correct document appears to be docs/openshift-marketplace.md Signed-off-by: Jens Freimann --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ce3137..598c2e6 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ CRDs are defined cluster-wide, so to install them, you must have Cluster-level a #### Operator Installation -> In order to install the Operator in OpenShift, please follow [these](openshift-install.md) instructions instead. +> In order to install the Operator in OpenShift, please follow [these](docs/openshift-marketplace.md) instructions instead. To install the Operator using yaml files, you may apply the config directly from github;