All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: Quentin Schulz <foss+uboot@0leil.net>
Cc: u-boot@lists.u-boot-project.org, u-boot-amlogic@groups.io,
	"NXP i.MX U-Boot Team" <uboot-imx@nxp.com>,
	Simon Glass <sjg@chromium.org>,
	Neil Armstrong <neil.armstrong@linaro.org>,
	Marek Vasut <marek.vasut+renesas@mailbox.org>,
	Heinrich Schuchardt <xypron.glpk@gmx.de>,
	Ilias Apalodimas <ilias.apalodimas@linaro.org>,
	Viacheslav Bocharov <adeep@lexina.in>,
	Stefano Babic <sbabic@nabladev.com>,
	Fabio Estevam <festevam@gmail.com>, Soeren Moch <smoch@web.de>,
	Alper Nebi Yasak <alpernebiyasak@gmail.com>,
	Le Jin <le.jin@siemens.com>, Jan Kiszka <jan.kiszka@siemens.com>,
	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>,
	Peter Robinson <pbrobinson@gmail.com>,
	Sean Anderson <seanga2@gmail.com>, Bin Meng <bmeng.cn@gmail.com>,
	Lukasz Majewski <lukma@denx.de>,
	Mattijs Korpershoek <mkorpershoek@kernel.org>,
	Quentin Schulz <quentin.schulz@cherry.de>
Subject: Re: [PATCH next 00/45] doc: fix some issues reported by linkcheck
Date: Tue, 25 Aug 2026 11:08:01 -0600	[thread overview]
Message-ID: <20260825170801.GW523975@bill-the-cat> (raw)
In-Reply-To: <20260825-linkcheck-v1-0-ee7573fe3a4a@cherry.de>

[-- Attachment #1: Type: text/plain, Size: 1390 bytes --]

On Tue, Aug 25, 2026 at 06:49:37PM +0200, Quentin Schulz wrote:

> Saw a dead link and made the mistake of running `make linkcheckdocs`.
> Now I'm knee-deep in it and cannot ignore all the dead and redirected
> links. A day later, I've had enough so this is what I managed to fix in
> that time. There are many URLs still redirecting (could be fine, but
> needs to be individually checked as some big companies have a tendencies
> to redirect to generic pages instead of issuing 404s...) or returning
> 4xx. The issue is that those 4xx also need to be individually checked
> because since the AIpocalypse has started many websites now have web
> crawler protection in place and linkcheck will trigger those and be
> denied access (or be heavily rate limited).
> 
> Please be mindful and only run this script once, save its output and
> work on fixing individual errors without rerunning the script, otherwise
> we would only participate in hammering websites even more (linkcheck
> runs multiple workers in parallel and retries when rate-limited).
> 
> Note that linkcheck doesn't check for links in code-blocks so our
> instructions may point at dead links also.
> 
> At an attempt to avoid tens of people running linkcheck at the same
> time, here's the output sorted and filtered on !ok status:

Thanks for doing this, it is helpful and appreciated.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

  parent reply	other threads:[~2026-08-25 17:08 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-25 16:49 [PATCH next 00/45] doc: fix some issues reported by linkcheck Quentin Schulz
2026-08-25 16:49 ` [PATCH next 01/45] doc: arch/mips: update link for Buildroot toolchain Quentin Schulz
2026-08-25 16:49 ` [PATCH next 02/45] doc: arch/x86: fix "link" to IRQ router DT binding Quentin Schulz
2026-08-25 16:49 ` [PATCH next 03/45] doc: develop: sending_patches: fix links to pw-am.sh Quentin Schulz
2026-08-25 16:49 ` [PATCH next 04/45] doc: arch/x86: fix URL to em100 Quentin Schulz
2026-08-25 16:49 ` [PATCH next 05/45] doc: arch/x86: update link to DediProg SO8 Testclip Quentin Schulz
2026-08-25 16:49 ` [PATCH next 06/45] doc: arch/x86: update SFI link Quentin Schulz
2026-08-25 16:49 ` [PATCH next 07/45] doc: arch/x86: update MP link Quentin Schulz
2026-08-25 16:49 ` [PATCH next 08/45] doc: arch/x86: update link to SeaBIOS Quentin Schulz
2026-08-25 16:49 ` [PATCH next 09/45] doc: arch/x86: update link to ACPI Quentin Schulz
2026-08-25 21:57   ` Heinrich Schuchardt
2026-08-25 16:49 ` [PATCH next 10/45] doc: arch/x86: manual_boot: update links to slides Quentin Schulz
2026-08-25 16:49 ` [PATCH next 11/45] doc: develop: uefi: update link to ipxe git repo Quentin Schulz
2026-08-25 22:01   ` Heinrich Schuchardt
2026-08-26 10:56   ` Ilias Apalodimas
2026-08-26 10:56     ` Ilias Apalodimas
2026-08-25 16:49 ` [PATCH next 12/45] doc: board/amlogic: jethub-j100: update product page Quentin Schulz
2026-08-26  7:59   ` Viacheslav
2026-08-25 16:49 ` [PATCH next 13/45] doc: board/amlogic: jethub-j80: use redirect link directly Quentin Schulz
2026-08-26  9:10   ` Viacheslav
2026-08-25 16:49 ` [PATCH next 14/45] doc: develop: sending_patches: update link to Email Clients and Patches Quentin Schulz
2026-08-25 16:49 ` [PATCH next 15/45] doc: develop: sending_patches: update link to GPL license Quentin Schulz
2026-08-25 22:03   ` Heinrich Schuchardt
2026-08-25 16:49 ` [PATCH next 16/45] doc: usage/pxe: use redirect link Quentin Schulz
2026-08-25 16:49 ` [PATCH next 17/45] doc: board/google: chromebook_link: update link to blobs Quentin Schulz
2026-08-25 16:49 ` [PATCH next 18/45] doc: arch/sh: remove squatted URL Quentin Schulz
2026-08-25 16:49 ` [PATCH next 19/45] doc: develop/coccinelle: update links Quentin Schulz
2026-08-29  4:48   ` Heinrich Schuchardt
2026-08-25 16:49 ` [PATCH next 20/45] doc: develop/coccinelle: remove dead link in supplemental documentation Quentin Schulz
2026-08-25 16:49 ` [PATCH next 21/45] doc: board/nxp: mx6ullevk: replace broken link Quentin Schulz
2026-08-25 16:57 ` [PATCH next 00/45] doc: fix some issues reported by linkcheck Quentin Schulz
2026-08-25 17:08 ` Tom Rini [this message]
2026-08-27 11:03 ` Heinrich Schuchardt
2026-08-27 19:59   ` Quentin Schulz
2026-08-27 19:52 ` [PATCH 22/45] doc: arch/arc: update link Quentin Schulz
2026-08-27 19:52 ` [PATCH 23/45] doc: develop/uefi: stop tripping linkcheck Quentin Schulz
2026-08-27 19:52 ` [PATCH 24/45] doc: board/allwinner: update link to MTD utils Quentin Schulz
2026-08-27 19:52 ` [PATCH 25/45] doc: chromium: update link to Developer Mode Quentin Schulz
2026-08-27 19:52 ` [PATCH 26/45] doc: chromium: update Firmware porting guide link Quentin Schulz
2026-08-27 19:52 ` [PATCH 27/45] doc: chromium: update links to slides Quentin Schulz
2026-08-27 19:52 ` [PATCH 28/45] doc: develop/driver-model: fs_firmware_loader: update link Quentin Schulz
2026-08-27 19:52 ` [PATCH 29/45] doc: board/tbs: update link to TRM Quentin Schulz
2026-08-28  7:26   ` Soeren Moch
2026-08-27 19:52 ` [PATCH 30/45] doc: bootstd: update link to BSL Quentin Schulz
2026-08-27 19:52 ` [PATCH 31/45] doc: learn/talks: remove dead links to slides Quentin Schulz
2026-08-27 19:53 ` [PATCH 32/45] doc: build/gen_compile_commands: update link to point to the right page Quentin Schulz
2026-08-27 19:53 ` [PATCH 33/45] doc: board/highbank: update links to cxmanage and ipmitool tools Quentin Schulz
2026-08-27 19:53 ` [PATCH 34/45] doc: board/siemens: iot2050: update links to files on GitHub Quentin Schulz
2026-08-27 19:53 ` [PATCH 35/45] doc: develop/tests_writing: update links to new GitLab Quentin Schulz
2026-08-27 19:53 ` [PATCH 36/45] doc: board/renesas: update clone instructions to use " Quentin Schulz
2026-08-27 19:53 ` [PATCH 37/45] doc: fix broken links to mailing lists Quentin Schulz
2026-08-27 19:53 ` [PATCH 38/45] doc: index: update link to mailing list info Quentin Schulz
2026-08-27 19:53 ` [PATCH 39/45] doc: develop/bootstd: fix link to distro_boot Quentin Schulz
2026-08-27 19:53 ` [PATCH 40/45] doc: develop/sending_patches: remove mention to the test mailing list Quentin Schulz
2026-08-27 19:53 ` [PATCH 41/45] doc: chromium/chainload: update instructions on booting on Snow Quentin Schulz
2026-08-27 19:53 ` [PATCH 42/45] doc: develop/sending_patches: use link from ozlabs.org mailman archive Quentin Schulz
2026-08-27 19:53 ` [PATCH 43/45] doc: switch to HTTPS for a few links Quentin Schulz
2026-08-28 21:00 ` [PATCH next 44/45] binman: btool: bootgen: update link to user guide Quentin Schulz
2026-08-28 21:00 ` [PATCH next 45/45] binman: gbb: update link Quentin Schulz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260825170801.GW523975@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=adeep@lexina.in \
    --cc=alpernebiyasak@gmail.com \
    --cc=bmeng.cn@gmail.com \
    --cc=festevam@gmail.com \
    --cc=foss+uboot@0leil.net \
    --cc=ilias.apalodimas@linaro.org \
    --cc=iwamatsu@nigauri.org \
    --cc=jan.kiszka@siemens.com \
    --cc=le.jin@siemens.com \
    --cc=lukma@denx.de \
    --cc=marek.vasut+renesas@mailbox.org \
    --cc=mkorpershoek@kernel.org \
    --cc=neil.armstrong@linaro.org \
    --cc=pbrobinson@gmail.com \
    --cc=quentin.schulz@cherry.de \
    --cc=sbabic@nabladev.com \
    --cc=seanga2@gmail.com \
    --cc=sjg@chromium.org \
    --cc=smoch@web.de \
    --cc=u-boot-amlogic@groups.io \
    --cc=u-boot@lists.u-boot-project.org \
    --cc=uboot-imx@nxp.com \
    --cc=xypron.glpk@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.