From c8b90c34b7da49718805eb1c6e057aef0cbfd86a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Geijer=20Haeggstr=C3=B6m?= Date: Tue, 14 Nov 2023 15:26:07 +0100 Subject: [PATCH] chore: correcting KubeArmor url (#531) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Geijer Haeggström --- src/data/pages/applications/emerging.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/pages/applications/emerging.js b/src/data/pages/applications/emerging.js index 2f46a09d..ea899e67 100644 --- a/src/data/pages/applications/emerging.js +++ b/src/data/pages/applications/emerging.js @@ -187,7 +187,7 @@ const emergingApplications = [ ], }, { - logoUrl: 'https://github.com/accuknox/KubeArmor', + logoUrl: 'https://github.com/kubearmor/KubeArmor', name: 'KubeArmor', logoName: 'kubeArmorLogo', title: 'Container-aware Runtime Security Enforcement System', @@ -196,7 +196,7 @@ const emergingApplications = [ networking operation, and resource utilization) of containers at the system level, using LSMs and eBPF.`, urls: [ - { label: 'GitHub', url: 'https://github.com/accuknox/KubeArmor' }, + { label: 'GitHub', url: 'https://github.com/kubearmor/KubeArmor' }, { label: 'Website', url: 'https://kubearmor.com' }, ], },