Skip to content

Commit cd1a10c

Browse files
Fixed outdated links in README for open source contributing
1 parent eede09c commit cd1a10c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ A simple and fully customizable React Native component that implements a progres
2727
<img src="assets/example.png" width="300" height="600"
2828
style="border-radius: 15px; border: 2px solid #ccc; display: block;" />
2929

30-
<a href="examples/example.jsx">examples/example.js</a>
30+
<a href="examples/example.jsx">examples/example.jsx</a>
3131

3232
## Installation
3333

@@ -258,7 +258,7 @@ See the [Progress Step Component](#progress-step-component) section for all avai
258258

259259
Pull requests are always welcome! Feel free to open a new GitHub issue for any changes that can be made.
260260

261-
**Working on your first Pull Request?** You can learn how from this _free_ series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)
261+
**Working on your first Pull Request?** You can learn how from GitHub's [First Contributions](https://github.com/firstcontributions/first-contributions) guide or their [How to Contribute to Open Source](https://opensource.guide/how-to-contribute/) guide.
262262

263263
## Author
264264

0 commit comments

Comments
 (0)