Skip to content

Commit

Permalink
fix "Core Team" link
Browse files Browse the repository at this point in the history
The https://github.com/redwoodjs/redwood README.md file changed, and now there is no `Core Team` header or `#core-team` anchor. The `#contributors` anchor seems like the best one to point to.
  • Loading branch information
sqs committed Dec 4, 2023
1 parent e7ae2c1 commit 2d068a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const navigation = {
},
{
name: 'Core Team',
href: 'https://github.com/redwoodjs/redwood#core-team',
href: 'https://github.com/redwoodjs/redwood#contributors',
},
{
name: 'All Contributors',
Expand Down

0 comments on commit 2d068a0

Please sign in to comment.