Skip to content

Commit

Permalink
chore(website): fix renamed Sponsorship docs link (#5882)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Oct 25, 2022
1 parent 8ddcc9a commit 8794fd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function FinancialContributors(): JSX.Element {
<Link
className="button button--info button--outline"
title="Sponsorship docs"
to="https://github.com/typescript-eslint/typescript-eslint/blob/main/.github/SPONSORS.md"
to="https://github.com/typescript-eslint/typescript-eslint/blob/main/.github/SPONSORSHIPS.md"
target="_blank"
>
Docs
Expand Down

0 comments on commit 8794fd3

Please sign in to comment.