Skip to content

Commit

Permalink
fix url to correct branch
Browse files Browse the repository at this point in the history
  • Loading branch information
iwannatocode committed Jun 5, 2023
1 parent 1dbde43 commit 4b1aca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/LinkButton/LinkButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class LinkButton extends Component {
<div className="LinkButton-Wrapper">
<a
className="LinkButton"
href="https://github.com/firstcontributions/first-contributions/blob/master/README.md"
href="https://github.com/firstcontributions/first-contributions/blob/main/README.md"
>
<span> Get started </span>
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`renders a project card 1`] = `
<a
className="LinkButton"
href="https://github.com/firstcontributions/first-contributions/blob/master/README.md"
href="https://github.com/firstcontributions/first-contributions/blob/main/README.md"
>
<span>
Get started
Expand Down

0 comments on commit 4b1aca5

Please sign in to comment.