diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-04-03 14:17:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-03 14:17:38 -0700 |
commit | 3b65a21c7c60765f7345dc6bad3875a8fdd943fd (patch) | |
tree | a5b2a71d533b03c050fbd9fb940fd4c63d143e4d | |
parent | 3ba2e1c878cd1e942ce50b6458df016c2015261a (diff) | |
parent | c51e847bd942b09ceab224d0ae9034150a6a15be (diff) |
Merge pull request #8587 from alext/patch-1
Fix "Sign your work" link in CONTRIBUTING.md
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 75d8bc2dc..ef47a6391 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: |