Skip to content

Commit 756932a

Browse files
authored
Merge pull request #571 from Adez017/blogs
Fixed the link on Documentation card
2 parents 0e82974 + 5f0e9a5 commit 756932a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/community/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const contributionSections: ContributionSection[] = [
4343
'Translate content 🌍'
4444
],
4545
links: [
46-
{ text: 'GitHub Docs', url: 'https://recodehive.com/docs' }
46+
{ text: 'GitHub Docs', url: 'https://www.recodehive.com/docs' }
4747
],
4848
color: '#f59e0b'
4949
},

0 commit comments

Comments
 (0)