From 3643ae43bba98ed2b27cb28d1ba971591048f821 Mon Sep 17 00:00:00 2001 From: Andrew Righter Date: Tue, 5 Feb 2019 15:48:12 -0500 Subject: [PATCH] Update CONTRIBUTING.md (#593) Fixed broken relative link for developer notes. --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3a96102d8..71d509e7f 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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.