From 86962337da8ace23ea2ee57dc99629ecd0433820 Mon Sep 17 00:00:00 2001 From: Steph <35910788+huynhicode@users.noreply.github.com> Date: Mon, 26 Sep 2022 08:50:21 -0700 Subject: [PATCH] website homepage: update design systems link (#6399) * fix broken design systems link * update to correct link Co-authored-by: Rob Eisenberg --- sites/fast-website/src/app/data/feature.data.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sites/fast-website/src/app/data/feature.data.ts b/sites/fast-website/src/app/data/feature.data.ts index 5a3b977908..be021fda0e 100644 --- a/sites/fast-website/src/app/data/feature.data.ts +++ b/sites/fast-website/src/app/data/feature.data.ts @@ -24,11 +24,11 @@ export const featureCardData: FeatureCardData[] = [ { header: "Design Systems", body: - "Use FAST, Microsoft's Fluent or customize design system properties to make it your own. You can also create your own design system to use with FAST foundation components.", + "Use FAST, Microsoft's Fluent, or customize design system properties to make it your own. You can also create your own design system to use with FAST foundation components.", links: [ { anchorText: "Learn more", - url: "/docs/design/introduction", + url: "/docs/design-systems/overview", }, ], },