Skip to content

Commit 4b1aca5

Browse files
committed
fix url to correct branch
1 parent 1dbde43 commit 4b1aca5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/LinkButton/LinkButton.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class LinkButton extends Component {
88
<div className="LinkButton-Wrapper">
99
<a
1010
className="LinkButton"
11-
href="https://github.com/firstcontributions/first-contributions/blob/master/README.md"
11+
href="https://github.com/firstcontributions/first-contributions/blob/main/README.md"
1212
>
1313
<span> Get started </span>
1414
</a>

src/components/LinkButton/__snapshots__/LinkButton.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exports[`renders a project card 1`] = `
44
<a
55
className="LinkButton"
6-
href="https://github.com/firstcontributions/first-contributions/blob/master/README.md"
6+
href="https://github.com/firstcontributions/first-contributions/blob/main/README.md"
77
>
88
<span>
99
Get started

0 commit comments

Comments
 (0)