From ef5d90f4bbfebd99416b42814db38e6de7826a0d Mon Sep 17 00:00:00 2001 From: Dan Baz <42440367+dnbz@users.noreply.github.com> Date: Sat, 28 May 2022 00:17:15 +0000 Subject: [PATCH] Fix a broken link in CONTRIBUTING.md --- misc/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/CONTRIBUTING.md b/misc/CONTRIBUTING.md index 51f45ca4..cd305a93 100644 --- a/misc/CONTRIBUTING.md +++ b/misc/CONTRIBUTING.md @@ -1,7 +1,7 @@ # Contributing Contributions to nnn are welcome! There's always an open issue with the current ToDo list, which contains the proposed features for the next release you can get your hands on. Any small changes or ideas should go in there, rather than in a separate issue. -Before suggesting changes, please read a bit about [the design principles nnn follows](https://github.com/jarun/nnn/wiki#design), and make sure you aren't breaking any of them. +Before suggesting changes, please read a bit about [the design principles nnn follows](https://github.com/jarun/nnn/wiki/concepts#design), and make sure you aren't breaking any of them. ## Coding standard