Skip to content

Commit 1ac267d

Browse files
committed
fix: link to spell checker
1 parent ee29fdb commit 1ac267d

File tree

1 file changed

+3
-3
lines changed
  • website/src/components/HomepageFeatures

1 file changed

+3
-3
lines changed

website/src/components/HomepageFeatures/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ const FeatureList: FeatureItem[] = [
2323
buttonText: 'Read More',
2424
},
2525
{
26-
title: 'VS Code Spell Checker',
26+
title: 'Code Spell Checker for VS Code',
2727
img: <img src={require('@site/static/img/cafe.jpg').default} className={styles.featureImg} alt="Cafe" />,
2828
imgSrc: require('@site/static/img/cafe.jpg').default,
2929
description: <>A popular VS Code extension with over 11 million installs. It improves productivity by spell checking as you type.</>,
30-
buttonHref: 'https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker',
31-
buttonText: 'Visual Studio Marketplace',
30+
buttonHref: 'https://streetsidesoftware.com/vscode-spell-checker/',
31+
buttonText: 'Code Spell Checker',
3232
},
3333
{
3434
title: 'VS Code Extensions',

0 commit comments

Comments
 (0)