Skip to content

Commit

Permalink
Update operatorsFramework base url
Browse files Browse the repository at this point in the history
Fixes k8s-operatorhub#11 by updating the operator framework base url with the  Operator Framework github organization

Signed-off-by: Adrien Dorsaz <[email protected]>
  • Loading branch information
Trim committed May 9, 2023
1 parent cf6c505 commit 61bc7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/utils/documentationLinks.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const operatorsFramework = 'https://github.com/k8s-operatorhub';
export const operatorsFramework = 'https://github.com/operator-framework';
export const operatorsRepo = `${operatorsFramework}/community-operators`;
export const operatorsDocumentation = `https://k8s-operatorhub.github.io/community-operators`
export const contributions = `${operatorsRepo}/tree/main/operators`;
Expand Down

0 comments on commit 61bc7fc

Please sign in to comment.