From 0f9d1f520daa65af386bf831da1dc8b8d30ab96b Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 29 Feb 2024 22:48:44 +0100 Subject: [PATCH] microsite: update VMWare link to point to Tanzu Developer Portal Signed-off-by: Patrik Oldsberg --- microsite/src/pages/community/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/src/pages/community/index.tsx b/microsite/src/pages/community/index.tsx index 42c42ae0c3..9cc06430b2 100644 --- a/microsite/src/pages/community/index.tsx +++ b/microsite/src/pages/community/index.tsx @@ -88,7 +88,7 @@ const Community = () => { }, { name: 'VMWare', - url: 'https://tanzu.vmware.com/', + url: 'https://tanzu.vmware.com/developer-portal', logo: 'img/partner-logo-tanzubybroadcom.png', }, ];