Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
kordwarshuis committed Aug 16, 2024
1 parent 3ebf1f5 commit 4997a7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const FeatureList = [
description: (
<></>
),
url: './docs/content-author-guide/introduction',
url: './docs/content-authors-guide/introduction',
},
{
title: 'Terminology Authors',
Expand All @@ -21,7 +21,7 @@ const FeatureList = [
description: (
<></>
),
url: './docs/terminology-author-guide/introduction',
url: './docs/terminology-authors-guide/introduction',
},
{
title: 'Curators',
Expand All @@ -30,7 +30,7 @@ const FeatureList = [
description: (
<></>
),
url: './docs/curator-guide/introduction',
url: './docs/curators-guide/introduction',
},
];

Expand Down

0 comments on commit 4997a7c

Please sign in to comment.