summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2021-11-14 01:13:32 +0000
committerAndrei Gherzan <andrei@gherzan.com>2021-11-14 01:13:35 +0000
commitda03175b912d6ad0eec09cdd21f8ef763d8822ef (patch)
tree7c71c4155c72553138a27b9ffa0fa876af142090
parentcecf45083a83d86756e45589caec92381a90b89e (diff)
downloadmeta-raspberrypi-da03175b912d6ad0eec09cdd21f8ef763d8822ef.tar.gz
Update references to Yocto mailing list
The mailing list infrastructure at Yocto project changed (for a good while now) but we still reference the old address/links. Update them accordingly. Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
-rw-r--r--README.md2
-rw-r--r--docs/contributing.md6
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 4fb657e..6131b9e 100644
--- a/README.md
+++ b/README.md
@@ -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
5The main communication tool in use is the Yocto Project mailing list: 5The 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
10Feel free to ask any kind of questions but please always prepend your email 10Feel free to ask any kind of questions but please always prepend your email
11subject with `[meta-raspberrypi]` as this is the global *Yocto* mailing 11subject 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
85Then, for sending patches to the mailing list, you may use this command: 85Then, 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