Skip to content

Commit 8ba76b3

Browse files
authored
docs(Contributing): update links in CONTRIBUTING.md
1 parent 44b391b commit 8ba76b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Thank you for contributing to async-transform!
33

44
## Reporting Bugs
55

6-
To report a bug, please visit [GitHub Issues](/bigab/async-transform/issues).
6+
To report a bug, please visit [GitHub Issues](../../issues).
77

88
When filing a bug, it is helpful to include small examples using tools like [JSBin][1] or [CodePen][2].
99

@@ -20,7 +20,7 @@ When contributing, please include tests with new features or bug fixes in a feat
2020
5. Run tests (`npm test`) and make sure they pass
2121
6. Update the documentation if necessary
2222
7. Push your changes to your remote branch - `git push -u origin some-fix`
23-
8. Submit a pull request! Navigate to [Pull Requests](/bigab/async-transform/pulls) and click the 'New Pull Request' button. Fill in some details about your potential patch including a meaningful title. When finished, press "Send pull request".
23+
8. Submit a pull request! Navigate to [Pull Requests](../../pulls) and click the 'New Pull Request' button. Fill in some details about your potential patch including a meaningful title. When finished, press "Send pull request".
2424

2525
[1]: https://jsbin.com/
2626
[2]: https://codepen.io/

0 commit comments

Comments
 (0)