Skip to content

Commit c45aed5

Browse files
authored
Merge pull request #486 from csralvall/patch-CONTRIBUTING
Fix links in CONTRIBUTING.md
2 parents 1a629fc + d0dd930 commit c45aed5

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
@@ -35,7 +35,7 @@ People *love* thorough bug reports. I'm not even kidding.
3535

3636
Simple Pull Requests to fix typos, to document, or to fix small bugs are always welcome.
3737

38-
We ask that more significant improvements to the project be first proposed before anybody starts to code as an [issue](./issues) or as a [draft Pull Request](./pulls), which is a [nice new feature](https://github.blog/2019-02-14-introducing-draft-pull-requests/) that gives other contributors a chance to point you in the right direction, give feedback on the design, and maybe discuss if related work is already under way.
38+
We ask that more significant improvements to the project be first proposed before anybody starts to code as an [issue](https://github.com/BlockchainCommons/Learning-Bitcoin-from-the-Command-Line/issues) or as a [draft Pull Request](https://github.com/BlockchainCommons/Learning-Bitcoin-from-the-Command-Line/pulls), which is a [nice new feature](https://github.blog/2019-02-14-introducing-draft-pull-requests/) that gives other contributors a chance to point you in the right direction, give feedback on the design, and maybe discuss if related work is already under way.
3939

4040
### Use a Consistent Coding Style
4141

@@ -61,5 +61,5 @@ In short, when you submit code changes, your submissions are understood to be av
6161
## References
6262

6363
Portions of this CONTRIBUTING.md document were adopted from best practices of a number of open source projects, including:
64-
* [Facebook's Draft](https://github.com/facebook/draft-js/blob/a9316a723f9e918afde44dea68b5f9f39b7d9b00/CONTRIBUTING.md)
64+
* [Facebook's Draft](https://github.com/facebook/draft-js/blob/master/CONTRIBUTING.md)
6565
* [IPFS Contributing](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md)

0 commit comments

Comments
 (0)