Update CONTRIBUTING.md (#593)

Fixed broken relative link for developer notes.
This commit is contained in:
Andrew Righter 2019-02-05 15:48:12 -05:00 committed by Zach Riggle
parent 068bcffbf1
commit 3643ae43bb
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
### Contributing
Contributions to Pwndbg are always welcome! If you want to get more familiar with project idea/structure/whatever - [here are some developer notes](./DEVELOPING.md). If something is not clear, feel free to ask in a github issue!
Contributions to Pwndbg are always welcome! If you want to get more familiar with project idea/structure/whatever - [here are some developer notes](https://github.com/pwndbg/pwndbg/blob/dev/DEVELOPING.md). If something is not clear, feel free to ask in a github issue!
If you want to help, fork the project, hack your changes and create a pull request.