From 0652f297aa867f66ec2b9b54d20b66e5d36d50c1 Mon Sep 17 00:00:00 2001 From: Siree Koolen-Wijkstra Date: Tue, 4 Jun 2024 16:02:48 +0200 Subject: [PATCH] update homepagefeautures to reflect updated standards --- src/components/HomepageFeatures/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx index 0a264df..312a420 100644 --- a/src/components/HomepageFeatures/index.tsx +++ b/src/components/HomepageFeatures/index.tsx @@ -28,7 +28,7 @@ const featureList: FeatureItem[] = [ // description: 'Code reviews are required before merging to main', // }, { - title: 'Storing source code (Not yet formatted to meet the required standard.)', + title: 'Storing source code', to: '/docs/general/storing-source-code', description: 'We use Git to store our source code. ', }, @@ -43,7 +43,7 @@ const featureList: FeatureItem[] = [ // description: 'A guideline on how to choose', // }, { - title: 'Using Git (Not yet formatted to meet the required standard.)', + title: 'Using Git', to: '/docs/general/using-git', description: 'Our policy how to use Git', },