Hi Neil, On 2026-06-24T14:39:42, Neil Armstrong <[email protected]> wrote: > treewide: change email links from mailman to patch.msgid.link with message-id > > In preparation of the migration of the mailmain mailing-list currently > hosted on the denx.de infrastructure, migrate the links in the code, > comments and documentation to http://patch.msgid.link to be future proof > and always link to the expected content data and uses the message-id in > the URL which will help find the appropriate e-mail in the future. > > Signed-off-by: Neil Armstrong <[email protected]> > > arch/powerpc/config.mk | 2 +- > board/boundary/nitrogen6x/README | 2 +- > doc/chromium/chainload.rst | 4 ++-- > doc/develop/historical/generic_board.rst | 6 +++--- > lib/efi_selftest/efi_selftest.c | 2 +- > tools/rkcommon.c | 4 ++-- > 6 files changed, 10 insertions(+), 10 deletions(-)
Typo: 'mailmain' should be 'mailman'. Also the message says 'http://' but the URLs use 'https://' > diff --git a/arch/powerpc/config.mk b/arch/powerpc/config.mk > @@ -32,7 +32,7 @@ archprepare: checkgcc4 > -# See http://lists.denx.de/pipermail/u-boot/2012-September/135156.html > +# See https://patch.msgid.link/1348500648.2514.2.camel@petert Trailing slash is inconsistent - nitrogen6x, chainload, generic_board and rkcommon have it; this one and efi_selftest.c don't. The lore/msgid.link convention seems to be to terminate with '/', so please add it here and in efi_selftest.c Regards, Simon

