diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-03-02 08:15:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-02 08:15:12 +0100 |
commit | 373940dcb85363769dc0a1da7ac8b88dde62634e (patch) | |
tree | d70db9767a7766c254f8d6f486a88d1a4f3c28c7 | |
parent | ff44c87b83488090f26751dae44e2e5111dfd89f (diff) | |
parent | 920eea6ac3550c89cd695ea5e7d57e94d09e89ce (diff) |
Merge pull request #3708 from stefansundin/update-link
CONTRIBUTING.md: Fix sign_your_work link
-rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index db86dd8edf..03df7eec26 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ Regardless of whether you send a patch or open a pull request, please try to fol (E.g.: "luci-mod-admin-full: fix wifi channel selection on multiple STA networks") * Shortly explain the changes made and - if applicable - the reasoning behind them * Commit message of each commit should include a Signed-off-by line - (See <https://openwrt.org/docs/guide-developer/submittingpatches-tomerge#sign_your_work>) + (See <https://openwrt.org/submitting-patches#sign_your_work>) In case you like to send patches by mail, please use the [LuCI mailinglist](https://lists.subsignal.org/mailman/listinfo/luci) or the [OpenWrt Development List](https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel). @@ -59,4 +59,3 @@ Pull requests are the easiest way to contribute changes to git repos at Github. * Please ONLY cherry-pick or commit security and bug-fixes to these branches. * Do NOT add new packages and do NOT do major upgrades of packages here. * If you are unsure if your change is suitable, please use a pull request. - |