Skip to content

Commit a009e39

Browse files
authored
Merge pull request #476 from Adez017/docs-links
fix the links links in community page
2 parents f858cff + 2be026c commit a009e39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/community/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ const contributionSections: ContributionSection[] = [
4343
'Share design feedback'
4444
],
4545
links: [
46-
{ text: 'Figma', url: '/community' },
47-
{ text: 'Adobe XD', url: '/community' }
46+
{ text: 'Figma', url: 'https://www.figma.com/' },
47+
{ text: 'Adobe XD', url: 'https://helpx.adobe.com/support/xd.html' }
4848
],
4949
color: '#ec4899'
5050
},
@@ -59,7 +59,7 @@ const contributionSections: ContributionSection[] = [
5959
'Translate content 🌍'
6060
],
6161
links: [
62-
{ text: 'GitHub Docs', url: '/community' }
62+
{ text: 'GitHub Docs', url: 'https://github.com/recodehive/recode-website/tree/main/docs' }
6363
],
6464
color: '#f59e0b'
6565
},

0 commit comments

Comments
 (0)