diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | docs/contributing.md | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -13,7 +13,7 @@ Yocto BSP layer for the Raspberry Pi boards - <http://www.raspberrypi.org/>. | |||
13 | 13 | ||
14 | * Git repository web frontend: | 14 | * Git repository web frontend: |
15 | <https://github.com/agherzan/meta-raspberrypi> | 15 | <https://github.com/agherzan/meta-raspberrypi> |
16 | * Mailing list (yocto mailing list): <yocto@yoctoproject.org> | 16 | * Mailing list (yocto mailing list): <yocto@lists.yoctoproject.org> |
17 | * Issues management (Github Issues): | 17 | * Issues management (Github Issues): |
18 | <https://github.com/agherzan/meta-raspberrypi/issues> | 18 | <https://github.com/agherzan/meta-raspberrypi/issues> |
19 | * Documentation: <http://meta-raspberrypi.readthedocs.io/en/latest/> | 19 | * Documentation: <http://meta-raspberrypi.readthedocs.io/en/latest/> |
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 | ||