From 61bc7fcce297d7b86e2e3dbc9ab180da5bbe6147 Mon Sep 17 00:00:00 2001 From: Adrien Dorsaz Date: Tue, 9 May 2023 11:38:53 +0200 Subject: [PATCH] Update operatorsFramework base url Fixes #11 by updating the operator framework base url with the Operator Framework github organization Signed-off-by: Adrien Dorsaz --- frontend/src/utils/documentationLinks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/utils/documentationLinks.ts b/frontend/src/utils/documentationLinks.ts index ce2798a..a4fc6cb 100644 --- a/frontend/src/utils/documentationLinks.ts +++ b/frontend/src/utils/documentationLinks.ts @@ -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`;