From c51e847bd942b09ceab224d0ae9034150a6a15be Mon Sep 17 00:00:00 2001 From: Alex Tomlins Date: Wed, 3 Apr 2019 21:49:35 +0100 Subject: [PATCH] CONTRIBUTING: Fix "Sign your work" link This was linking to a non-existent page in the wiki. Signed-off-by: Alex Tomlins --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 75d8bc2dc2..ef47a6391f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,7 +42,7 @@ All packages you commit or submit by pull-request should follow these simple gui * Have a useful description prefixed with the package name (E.g.: "foopkg: Add libzot dependency") * Include Signed-off-by tag in the commit comments. - See: [Sign your work](https://openwrt.org/docs/guide-developer/submittingpatches-tomerge?s[]=sign#sign_your_work) + See: [Sign your work](https://openwrt.org/submitting-patches#sign_your_work) ### Advice on pull requests: