Skip to content

Commit 4591895

Browse files
authored
Merge pull request #1065 from spadgett/fix-console-link
Fix links to console repo for moved packages
2 parents f63c785 + e0eea22 commit 4591895

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/design/building-your-csv.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ All Descriptors accept the following fields:
7070

7171
**Path**: A dot-delimited path of the field on the object that this descriptor describes.
7272

73-
**X-Descriptors**: Used to determine which "capabilities" this descriptor has and which UI component to use. A canonical list of React UI X-Descriptors for OpenShift can be found [here](https://github.com/openshift/console/blob/master/frontend/public/components/operator-lifecycle-manager/descriptors/types.ts#L5-L26).
73+
**X-Descriptors**: Used to determine which "capabilities" this descriptor has and which UI component to use. A canonical list of React UI X-Descriptors for OpenShift can be found [here](https://github.com/openshift/console/blob/master/frontend/packages/operator-lifecycle-manager/src/components/descriptors/types.ts).
7474

75-
More information on Descriptors can be found [here](https://github.com/openshift/console/tree/master/frontend/public/components/operator-lifecycle-manager/descriptors).
75+
More information on Descriptors can be found [here](https://github.com/openshift/console/tree/master/frontend/packages/operator-lifecycle-manager/src/components/descriptors).
7676

7777
Below is an example of a MongoDB “standalone” CRD that requires some user input in the form of a Secret and ConfigMap, and orchestrates Services, StatefulSets, Pods and ConfigMaps.
7878

0 commit comments

Comments
 (0)