diff options
Diffstat (limited to 'docs/contributing.md')
-rw-r--r-- | docs/contributing.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/contributing.md b/docs/contributing.md index 7d18400..5b712ae 100644 --- a/docs/contributing.md +++ b/docs/contributing.md | |||
@@ -4,8 +4,8 @@ | |||
4 | 4 | ||
5 | The main communication tool in use is the Yocto Project mailing list: | 5 | The main communication tool in use is the Yocto Project mailing list: |
6 | 6 | ||
7 | * <yocto@yoctoproject.org> | 7 | * <yocto@lists.yoctoproject.org> |
8 | * <https://lists.yoctoproject.org/listinfo/yocto> | 8 | * <https://lists.yoctoproject.org/g/yocto> |
9 | 9 | ||
10 | Feel free to ask any kind of questions but please always prepend your email | 10 | Feel free to ask any kind of questions but please always prepend your email |
11 | subject with `[meta-raspberrypi]` as this is the global *Yocto* mailing | 11 | subject with `[meta-raspberrypi]` as this is the global *Yocto* mailing |
@@ -84,7 +84,7 @@ sure to use the following formatting for the message subject: | |||
84 | 84 | ||
85 | Then, for sending patches to the mailing list, you may use this command: | 85 | Then, for sending patches to the mailing list, you may use this command: |
86 | 86 | ||
87 | git send-email --to yocto@yoctoproject.org <generated patch> | 87 | git send-email --to yocto@lists.yoctoproject.org <generated patch> |
88 | 88 | ||
89 | ## GitHub issues | 89 | ## GitHub issues |
90 | 90 | ||