Skip to content

Commit

Permalink
fix: update link to search for open issues on GitHub (#251)
Browse files Browse the repository at this point in the history
* Fix link to search for open issues on GitHub

* Fix search for open issue link
  • Loading branch information
NeverMendel authored and jlengstorf committed Feb 10, 2019
1 parent 1144f75 commit 8e7e9c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ContributorArea/ContentForNotLoggedIn.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const ContentForGuest = () => (

<Button
inverse
href="https://github.com/search?o=desc&q=org%3Agatsbyjs+type%3Aissue+label%3A%22status:%20help%20wanted%22+is%3Aopen&s=updated&type=Issues"
href="https://github.com/search?o=desc&q=org%3Agatsbyjs+type%3Aissue+label%3A%22help%20wanted%22+is%3Aopen&s=updated&type=Issues"
>
Explore Open Issues
</Button>
Expand Down
2 changes: 1 addition & 1 deletion src/components/ContributorArea/OpenIssues.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const OpenIssues = () => (
<OpenIssuesList issues={issues} />
<Button
inverse
href="https://github.com/search?o=desc&q=org%3Agatsbyjs+type%3Aissue+label%3A%22status:%20help%20wanted%22+is%3Aopen&s=updated&type=Issues"
href="https://github.com/search?o=desc&q=org%3Agatsbyjs+type%3Aissue+label%3A%22help%20wanted%22+is%3Aopen&s=updated&type=Issues"
>
See more issues on <GoMarkGithub />
</Button>
Expand Down

0 comments on commit 8e7e9c8

Please sign in to comment.