From 1270f07d7cd25a88b3484801c28ecb56a24eb4b2 Mon Sep 17 00:00:00 2001 From: Esteban Torres Date: Mon, 28 Mar 2022 16:39:38 +0200 Subject: [PATCH] Fixes CNCF footer link Signed-off-by: Esteban Torres @jenjamall noticed on #10376 that the footer linking to `CNCF` projects was outdated and pointing to `sandbox` projects instead of the ones in incubation and graduated. --- microsite/core/Footer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsite/core/Footer.js b/microsite/core/Footer.js index a7e5a1076c..f0917d3255 100644 --- a/microsite/core/Footer.js +++ b/microsite/core/Footer.js @@ -51,7 +51,7 @@ class Footer extends React.Component { Subscribe to our newsletter - CNCF Incubation + CNCF Incubation
More