diff mbox series

[1/6] README: Update links to mailing list archives

Message ID 44fbd356-55b2-beb6-9d9c-ac29a33e1487@lineo.co.jp
State Accepted
Commit 6681bbb5e928c16e4bb07934d193cdd5403c79cf
Delegated to: Tom Rini
Headers show
Series [1/6] README: Update links to mailing list archives | expand

Commit Message

Naoki Hayama Oct. 8, 2020, 4:16 a.m. UTC
This patch includes these updates

- Change http://lists.denx.de/pipermail/u-boot
  to https://lists.denx.de/pipermail/u-boot
- http://dir.gmane.org/gmane.comp.boot-loaders.u-boot
  is broken, so remove it
- Another archive https://marc.info/?l=u-boot
  is available, so add it

Additional information:
dir.gmane.org has moved to news.gmane.io, but it only allows
access to the archive via NNTP.

- Server: news.gmane.io
- Group : gmane.comp.boot-loaders.u-boot

I don't include this information in this patch because
it's not very useful without web interfaces.

Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp>
---

 README | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Comments

Tom Rini Oct. 23, 2020, 12:27 a.m. UTC | #1
On Thu, Oct 08, 2020 at 01:16:18PM +0900, Naoki Hayama wrote:

> This patch includes these updates
> 
> - Change http://lists.denx.de/pipermail/u-boot
>   to https://lists.denx.de/pipermail/u-boot
> - http://dir.gmane.org/gmane.comp.boot-loaders.u-boot
>   is broken, so remove it
> - Another archive https://marc.info/?l=u-boot
>   is available, so add it
> 
> Additional information:
> dir.gmane.org has moved to news.gmane.io, but it only allows
> access to the archive via NNTP.
> 
> - Server: news.gmane.io
> - Group : gmane.comp.boot-loaders.u-boot
> 
> I don't include this information in this patch because
> it's not very useful without web interfaces.
> 
> Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/README b/README
index 91c5a1a8fa..f9c8c15d70 100644
--- a/README
+++ b/README
@@ -51,9 +51,8 @@  In case you have questions about, problems with or contributions for
 U-Boot, you should send a message to the U-Boot mailing list at
 <u-boot@lists.denx.de>. There is also an archive of previous traffic
 on the mailing list - please search the archive before asking FAQ's.
-Please see http://lists.denx.de/pipermail/u-boot and
-http://dir.gmane.org/gmane.comp.boot-loaders.u-boot
-
+Please see https://lists.denx.de/pipermail/u-boot and
+https://marc.info/?l=u-boot
 
 Where to get source code:
 =========================