From caef676106ced7ee60acb4278df56495f884c6be Mon Sep 17 00:00:00 2001 From: tnias Date: Fri, 28 Nov 2025 15:49:18 +0100 Subject: [PATCH] Fix urls in pull request template (#5556) --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e656d11147..b68da353fb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,8 @@ **Your checklist for this pull request** -- [ ] I've read the [guidelines for contributing](https://github.com/rizinorg/rizin/blob/master/DEVELOPERS.md) to this repository. -- [ ] I made sure to follow the project's [coding style](https://github.com/rizinorg/rizin/blob/master/DEVELOPERS.md#code-style). +- [ ] I've read the [guidelines for contributing](https://github.com/rizinorg/rizin/blob/dev/CONTRIBUTING.md) to this repository. +- [ ] I made sure to follow the project's [coding style](https://github.com/rizinorg/rizin/blob/dev/DEVELOPERS.md#code-style). - [ ] I've documented every `RZ_API` function and struct this PR changes. - [ ] I've added tests that prove my changes are effective (required for changes to `RZ_API`). - [ ] I've updated the [Rizin book](https://github.com/rizinorg/book) with the relevant information (if needed).