Skip to content

Commit

Permalink
Fix the wrong link in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
The original link
 "https://www.kernel.org/doc/Documentation/email-clients.txt"
 is no longer working, so this pull request updates it to:
  https://www.kernel.org/doc/html/v5.11/_sources/process/email-clients.rst.txt

Also, since this is a markdown file, the URL is now a hyperlink.

Signed-off-by: nienjen <[email protected]>
Signed-off-by: Alex Doyle <[email protected]>
  • Loading branch information
nienjen authored and ehdoyle committed May 14, 2021
1 parent ab07ed5 commit 7268f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ some general comments regarding patch submission:
[git format-patch](https://www.kernel.org/pub/software/scm/git/docs/git-format-patch.html). This
ensures the patch is appropriately attributed to you.
1. Information on the mailing list: https://ocp-all.groups.io/g/OCP-ONIE
1. Follow these guidelines: https://www.kernel.org/doc/Documentation/email-clients.txt
1. Follow these guidelines: [https://www.kernel.org/doc/html/v5.11/_sources/process/email-clients.rst.txt](https://www.kernel.org/doc/html/v5.11/_sources/process/email-clients.rst.txt)
1. Using `git send-email` is *strongly* recommended to avoid encoding problems
1. Inline text patches are preferred as we can comment directly in email replies (avoid attachments)
1. Attachments of types other than `text/plain` will not be accepted.
Expand Down

0 comments on commit 7268f36

Please sign in to comment.