diff --git a/sources/tech/20180821 A checklist for submitting your first Linux kernel patch.md b/sources/tech/20180821 A checklist for submitting your first Linux kernel patch.md index b9f18880c7..1fc4677491 100644 --- a/sources/tech/20180821 A checklist for submitting your first Linux kernel patch.md +++ b/sources/tech/20180821 A checklist for submitting your first Linux kernel patch.md @@ -83,7 +83,7 @@ mutt -H /tmp/0001- ``` -To know the list of maintainers to whom to send the patch, use the [get_maintainer.pl script][14]. +To know the list of maintainers to whom to send the patch, use the [get_maintainer.pl script][11]. ### What to know before submitting your first patch @@ -141,10 +141,6 @@ _09:00 am would be alright._ * The [Eudyptula challenge][10] is a great way to learn kernel basics. - - -To know the list of maintainers to whom to send the patch, use the [get_maintainer.pl script][11] - To learn more, read the [KernelNewbies First Kernel Patch tutorial][1]. After that, if you still have any questions, ask on the [kernelnewbies mailing list][12] or in the [#kernelnewbies IRC channel][13]. -------------------------------------------------------------------------------- @@ -172,4 +168,3 @@ via: https://opensource.com/article/18/8/first-linux-kernel-patch [11]:https://github.com/torvalds/linux/blob/master/scripts/get_maintainer.pl [12]:https://kernelnewbies.org/MailingList [13]:https://kernelnewbies.org/IRC -[14]: https://github.com/torvalds/linux/blob/master/scripts/get_maintainer.pl