From 30b540045eddd72c5b9e7a3dc09b50e3a330e818 Mon Sep 17 00:00:00 2001 From: Quinn Casey Date: Tue, 15 Feb 2022 11:03:10 -0800 Subject: [PATCH] Update header link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d758ce0e4..b40ba9c0a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ If you want to implement something big: * Please start a discussion about that in the issues! Maybe something similar is already in development and we can make it happen together. * When making additions to the project, consider if the majority of users will benefit from your change. If not, you're probably better of forking the project. * Also consider if your change will get in the way of other users. A good change is a change that enhances the experience of some users who want that change and does not affect users who do not care about the change. -* Please see the [paperless-ngx merge process](#merging-non-trivial-prs) below. +* Please see the [paperless-ngx merge process](#merging-prs) below. ## Python