Skip to content

Commit fcfc50c

Browse files
authored
fix: change references to the organisation
1 parent c0618d4 commit fcfc50c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

olm/olm-template/manifests/rhoas-operator.clusterserviceversion.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
certified: 'false'
99
description: 'RHOAS Operator creates instances of Red Hat OpenShift Application Services in your cluster'
1010
capabilities: Seamless Upgrades
11-
repository: 'https://github.com/bf2fc6cc711aee1a0c2a/operator'
11+
repository: 'https://github.com/redhat-developer/app-services-operator'
1212
olm.skipRange: ">=0.0.1 <{{version}}"
1313
name: rhoas-operator.{{version}}
1414
spec:
@@ -121,7 +121,7 @@ spec:
121121
and scaling cloud-native applications in open hybrid-cloud environments.
122122
123123
Operator will enable developers to connect with their Application Services directly in their own cluster by using
124-
[RHOAS cli](https://github.com/bf2fc6cc711aee1a0c2a/cli) and OpenShift Console UI.
124+
[RHOAS cli](https://github.com/redhat-developer/app-services-cli) and OpenShift Console UI.
125125
126126
Operator currently enables developers to connect with their Red Hat OpenShift Streams for Apache Kafka (RHOSAK) instances.
127127
@@ -136,9 +136,9 @@ spec:
136136
name: RedHat
137137
maturity: beta
138138
links:
139-
- name: RHOAS Organization
140-
url: 'https://github.com/bf2fc6cc711aee1a0c2a/operator'
139+
- name: RHOAS Operator Documentation
140+
url: 'https://github.com/redhat-developer/app-services-operator/tree/main/docs'
141141
provider:
142-
name: Red Hat
143-
url: https://github.com/bf2fc6cc711aee1a0c2a/operator
142+
name: Github project
143+
url: https://github.com/redhat-developer/app-services-operator/
144144
version: {{version}}

0 commit comments

Comments
 (0)