Skip to content

docs: fix broken links; correct Dasharo-board flashing guidance; drop -maximized for non-ME boards - #239

Merged
tlaurion merged 3 commits into
masterfrom
fix/broken-links-232
Sep 1, 2026
Merged

docs: fix broken links; correct Dasharo-board flashing guidance; drop -maximized for non-ME boards#239
tlaurion merged 3 commits into
masterfrom
fix/broken-links-232

Conversation

@tlaurion

@tlaurion tlaurion commented Aug 31, 2026

Copy link
Copy Markdown
Collaborator

Fixes #232
Fixes #241

This PR (a) repairs 7 verified-broken external links, (b) corrects the flashing guidance on the NovaCustom/NitroPad/MSI board pages, and (c) renames the 7 boards that are not actually ME-neutered so they no longer carry the misleading "-maximized" suffix.

Broken links (#232)

  • Binarly LogoFAIL article (About/Heads-threat-model.md) -> https://www.binarly.io/reports/logofail
  • coreboot KGPE-D16 (About/Heads-threat-model.md) -> https://15h.org/index.php/ASUS_KGPE-D16
  • coreboot Intel FSP (T440p-maximized.md) -> https://doc.coreboot.org/soc/intel/fsp/index.html
  • Purism Librem Key LUKS decryption (About/Keys.md) -> https://docs.puri.sm/Hardware/acc/lk/luks.html
  • Purism internal flashing commands (Flashing-Guides/index.md) -> https://docs.puri.sm/Software/PureBoot/Maintenance/Upgrade.html
  • heads x230 example config (Development/make-details.md) -> boards/EOL_x230-maximized/EOL_x230-maximized.config

Dasharo-board flashing guidance

NovaCustom (v540tu, v560tu, nv4x) and NitroPad (ns50) boards ship pre-flashed from NovaCustom/Nitrokey. External flashing is not required outside of unbricking. The board pages now defer to Dasharo's initial-deployment and recovery docs (external flashing = initial deployment = unbricking), removing unverified home-made claims (chip extraction, EC external flash, WSON-8 probe). The MSI Z790-P/Z690-A pages defer to Dasharo's MSI initial-deployment and recovery (CH341A) docs.

Board renames (drop "-maximized")

"-maximized" is reserved for boards with the Intel ME neutered/cleaned (at least some ME modules removed). These boards only set the HAP bit in the IFD — or have no Intel ME at all (Talos, POWER9) — so the suffix was dropped:

  • novacustom-v540tu, novacustom-v560tu, novacustom-nv4x_adl
  • nitropad-ns50
  • msi_z790p_ddr5, msi_z690a_ddr5
  • talos-2

Copilot AI lite review requested due to automatic review settings August 31, 2026 20:25

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates documentation across the Heads wiki to replace several external URLs that have become stale, addressing issue #232 by keeping hardware/security references and flashing guides current.

Changes:

  • Updated multiple external references in threat model and flashing guides (coreboot, Binarly, community board docs, Dasharo/EC module).
  • Refreshed Purism documentation links in flashing guides and key usage docs.
  • Updated a Heads build example configuration link in developer documentation.

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
Installing-and-Configuring/Flashing-Guides/T440p-maximized.md Updates the coreboot Intel FSP/MRC documentation link.
Installing-and-Configuring/Flashing-Guides/novacustom-v540tu-maximized.md Updates EC-related module link for Dasharo-based devices.
Installing-and-Configuring/Flashing-Guides/nitropad-ns50-maximized.md Updates EC-related module link for Dasharo-based devices.
Installing-and-Configuring/Flashing-Guides/index.md Updates the Purism internal flashing documentation link.
Development/make-details.md Updates the example board configuration link.
About/Keys.md Updates Purism Librem Key documentation link.
About/Heads-threat-model.md Updates references for KGPE-D16 and Binarly LogoFAIL.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread About/Keys.md
Comment thread Installing-and-Configuring/Flashing-Guides/index.md Outdated
Comment thread Development/make-details.md Outdated
Comment thread Installing-and-Configuring/Flashing-Guides/novacustom-v540tu-maximized.md Outdated
Comment thread Installing-and-Configuring/Flashing-Guides/nitropad-ns50-maximized.md Outdated

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 7 out of 7 changed files in this pull request and generated no new comments.

Suppressed comments (2)

Previously missed (1) — in code that hasn't changed since the last review.

Development/make-details.md:55

  • Typo: this refers to the initrd as "inird", which makes the sentence harder to read/search for.
are installed in the inird, the Linux kernel configuration and the
coreboot or edk2 configuration.
An example configuration is [`boards/EOL_x230-maximized/EOL_x230-maximized.config`](https://github.com/linuxboot/heads/blob/master/boards/EOL_x230-maximized/EOL_x230-maximized.config)

Development/make-details.md:57

  • The doc still states configs live at board/$BOARD.config, but the example link (and the upstream Heads repo) use the boards/<board>/<board>.config layout. This is confusing for readers trying to locate the right config file.
coreboot or edk2 configuration.
An example configuration is [`boards/EOL_x230-maximized/EOL_x230-maximized.config`](https://github.com/linuxboot/heads/blob/master/boards/EOL_x230-maximized/EOL_x230-maximized.config)

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 7 out of 7 changed files in this pull request and generated no new comments.

Suppressed comments (1)

Previously missed (1) — in code that hasn't changed since the last review.

Development/make-details.md:55

  • Typo: "inird" should be "initrd" (matches earlier references to initrd in this file and in the Heads build terminology).
are installed in the inird, the Linux kernel configuration and the

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.

Comment thread Development/make-details.md Outdated
tlaurion added a commit that referenced this pull request Sep 1, 2026
…itial deployment (#239)

Remove false 'chip must be physically extracted' / 'socket-mounted' / 'Two-step flash (IFD first, then ME+BIOS)' claims introduced by PR #224 and point to the Dasharo initial-deployment docs. WSON8 is flashed in-circuit via a spring-loaded probe, not by desoldering.
tlaurion added a commit that referenced this pull request Sep 1, 2026
…itial deployment (#239)

Remove false 'chip must be physically extracted' / 'socket-mounted' / 'Two-step flash (IFD first, then ME+BIOS)' claims introduced by PR #224 and point to the Dasharo initial-deployment docs. WSON8 is flashed in-circuit via a spring-loaded probe, not by desoldering.
@tlaurion
tlaurion force-pushed the fix/broken-links-232 branch from 85a46d8 to 7899366 Compare September 1, 2026 02:06
tlaurion added a commit that referenced this pull request Sep 1, 2026
…s referral (#239)

These Dasharo boards ship pre-flashed with Dasharo/Heads from NovaCustom/Nitrokey; external flashing is not required for them. Remove unverifiable home-made claims (external flash requirement, WSON probe, EC flashing, SMBIOS extraction).
tlaurion added a commit that referenced this pull request Sep 1, 2026
@tlaurion
tlaurion requested a lite review from Copilot September 1, 2026 02:20
tlaurion added a commit that referenced this pull request Sep 1, 2026
…ximized suffix (#239)

These boards only set the HAP bit in the IFD and do not neuter the Intel ME, so they are not 'maximized' boards.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 10 out of 11 changed files in this pull request and generated 5 comments.

Comment thread Installing-and-Configuring/Flashing-Guides/novacustom-v560tu.md
Comment thread Installing-and-Configuring/Flashing-Guides/msi_z790p_ddr5.md
Comment thread Installing-and-Configuring/Flashing-Guides/novacustom-v540tu.md
Comment thread Installing-and-Configuring/Flashing-Guides/novacustom-nv4x_adl.md
Comment thread Installing-and-Configuring/Flashing-Guides/nitropad-ns50.md
tlaurion added a commit that referenced this pull request Sep 1, 2026
Talos is POWER9 with no Intel ME and no blobs.
tlaurion added a commit that referenced this pull request Sep 1, 2026
'maximized' is reserved for boards with the Intel ME neutered/cleaned
(at least some ME modules removed). These boards only set the HAP bit in
the IFD and do not neuter the ME: NovaCustom v540tu/v560tu/nv4x, NitroPad
ns50, MSI Z790-P/Z690-A, and Talos (POWER9, no ME, no blobs).
@tlaurion
tlaurion force-pushed the fix/broken-links-232 branch from 1e85af9 to 345a160 Compare September 1, 2026 02:27
@tlaurion
tlaurion requested a lite review from Copilot September 1, 2026 02:32

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 12 out of 12 changed files in this pull request and generated no new comments.

Suppressed comments (8)

Installing-and-Configuring/Flashing-Guides/novacustom-v540tu.md:4

  • Front matter title/permalink drop the “Maximized” naming, but the page H1 still reads “NovaCustom V540TU (Maximized)”. This creates inconsistent naming and undermines the “drop -maximized” rename intent; update the H1 to match the new title.
    Installing-and-Configuring/Flashing-Guides/novacustom-v560tu.md:4
  • Front matter title/permalink drop the “Maximized” naming, but the page H1 still reads “NovaCustom V560TU (Maximized)”. This creates inconsistent naming; update the H1 to match the new title.
    Installing-and-Configuring/Flashing-Guides/novacustom-nv4x_adl.md:4
  • Front matter title/permalink drop the “Maximized” naming, but the page H1 still reads “NovaCustom NV4x ADL (Maximized)”. This creates inconsistent naming; update the H1 to match the new title.
    Installing-and-Configuring/Flashing-Guides/nitropad-ns50.md:4
  • Front matter title/permalink drop the “Maximized” naming, but the page H1 still reads “NitroPad NS50 (Maximized)”. This creates inconsistent naming; update the H1 to match the new title.
    Installing-and-Configuring/Flashing-Guides/msi_z790p_ddr5.md:4
  • Front matter title/permalink drop the “Maximized” naming, but the page H1 still reads “MSI PRO Z790-P (Maximized)”. This creates inconsistent naming; update the H1 to match the new title.
    Installing-and-Configuring/Flashing-Guides/msi_z690a_ddr5.md:4
  • Front matter title/permalink drop the “Maximized” naming, but the page H1 still reads “MSI PRO Z690-A (Maximized)”. This creates inconsistent naming; update the H1 to match the new title.
    Installing-and-Configuring/Flashing-Guides/talos-2.md:4
  • Front matter title/permalink drop the “Maximized” naming, but the page H1 still reads “Raptor Talos II (Maximized)”. This creates inconsistent naming; update the H1 to match the new title.
    Installing-and-Configuring/Flashing-Guides/novacustom-v540tu.md:50
  • PR description lists a broken-link fix for the Heads “dasharo-ec” module (and renaming the link text from ite_ec → dasharo-ec), but this PR currently contains no references to “dasharo-ec” / “modules/dasharo-ec” anywhere in the docs (and the previous ite_ec link appears to have been removed instead). Please update the PR description’s broken-link checklist to match what changed, or add the intended dasharo-ec link if it was meant to remain in the docs.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 12 out of 12 changed files in this pull request and generated no new comments.

Suppressed comments (7)

Installing-and-Configuring/Flashing-Guides/talos-2.md:4

  • This page’s permalink was changed, which will break existing inbound links/bookmarks to the previous "-maximized" URL. Consider adding a redirect from the old permalink so old links keep working (GitHub Pages supports redirect_from via jekyll-redirect-from).
    Installing-and-Configuring/Flashing-Guides/novacustom-v540tu.md:4
  • This page’s permalink was changed, which will break existing inbound links/bookmarks to the previous "-maximized" URL. Consider adding a redirect from the old permalink so old links keep working (GitHub Pages supports redirect_from via jekyll-redirect-from).
    Installing-and-Configuring/Flashing-Guides/novacustom-v560tu.md:4
  • This page’s permalink was changed, which will break existing inbound links/bookmarks to the previous "-maximized" URL. Consider adding a redirect from the old permalink so old links keep working (GitHub Pages supports redirect_from via jekyll-redirect-from).
    Installing-and-Configuring/Flashing-Guides/novacustom-nv4x_adl.md:4
  • This page’s permalink was changed, which will break existing inbound links/bookmarks to the previous "-maximized" URL. Consider adding a redirect from the old permalink so old links keep working (GitHub Pages supports redirect_from via jekyll-redirect-from).
    Installing-and-Configuring/Flashing-Guides/nitropad-ns50.md:4
  • This page’s permalink was changed, which will break existing inbound links/bookmarks to the previous "-maximized" URL. Consider adding a redirect from the old permalink so old links keep working (GitHub Pages supports redirect_from via jekyll-redirect-from).
    Installing-and-Configuring/Flashing-Guides/msi_z790p_ddr5.md:4
  • This page’s permalink was changed, which will break existing inbound links/bookmarks to the previous "-maximized" URL. Consider adding a redirect from the old permalink so old links keep working (GitHub Pages supports redirect_from via jekyll-redirect-from).
    Installing-and-Configuring/Flashing-Guides/msi_z690a_ddr5.md:4
  • This page’s permalink was changed, which will break existing inbound links/bookmarks to the previous "-maximized" URL. Consider adding a redirect from the old permalink so old links keep working (GitHub Pages supports redirect_from via jekyll-redirect-from).

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 12 out of 12 changed files in this pull request and generated no new comments.

Suppressed comments (7)

Installing-and-Configuring/Flashing-Guides/novacustom-v560tu.md:4

  • Changing the permalink will break any existing inbound links/bookmarks to the previous “-maximized” URL. Consider adding a redirect_from entry so the old URL continues to resolve.
    Installing-and-Configuring/Flashing-Guides/novacustom-v540tu.md:4
  • Changing the permalink will break any existing inbound links/bookmarks to the previous “-maximized” URL. Consider adding a redirect_from entry so the old URL continues to resolve.
    Installing-and-Configuring/Flashing-Guides/novacustom-nv4x_adl.md:4
  • Changing the permalink will break any existing inbound links/bookmarks to the previous “-maximized” URL. Consider adding a redirect_from entry so the old URL continues to resolve.
    Installing-and-Configuring/Flashing-Guides/nitropad-ns50.md:4
  • Changing the permalink will break any existing inbound links/bookmarks to the previous “-maximized” URL. Consider adding a redirect_from entry so the old URL continues to resolve.
    Installing-and-Configuring/Flashing-Guides/msi_z790p_ddr5.md:4
  • Changing the permalink will break any existing inbound links/bookmarks to the previous “-maximized” URL. Consider adding a redirect_from entry so the old URL continues to resolve.
    Installing-and-Configuring/Flashing-Guides/msi_z690a_ddr5.md:4
  • Changing the permalink will break any existing inbound links/bookmarks to the previous “-maximized” URL. Consider adding a redirect_from entry so the old URL continues to resolve.
    Installing-and-Configuring/Flashing-Guides/talos-2.md:4
  • Changing the permalink will break any existing inbound links/bookmarks to the previous “-maximized” URL. Consider adding a redirect_from entry so the old URL continues to resolve.

Fixes #232

Repair 7 verified-broken external links:
- Binarly LogoFAIL article (About/Heads-threat-model.md)
- coreboot KGPE-D16 (About/Heads-threat-model.md)
- coreboot Intel FSP (T440p-maximized.md)
- Purism Librem Key LUKS decryption (About/Keys.md)
- Purism internal flashing commands (Flashing-Guides/index.md)
- heads x230 example config (Development/make-details.md)

Also fix the 'inird' -> 'initrd' typo and a board-page broken link.
…#239)

NovaCustom (v540tu, v560tu, nv4x) and NitroPad (ns50) boards ship
pre-flashed from NovaCustom/Nitrokey; external flashing is not required
outside of unbricking. Remove unverifiable home-made claims (chip
extraction, socket-mounted, two-step flash, EC external flash, WSON-8
probe) and defer to Dasharo's initial-deployment and recovery docs. The
MSI Z790-P/Z690-A pages defer to Dasharo's MSI initial-deployment and
recovery (CH341A) docs.
tlaurion added a commit that referenced this pull request Sep 1, 2026
'-maximized' is reserved for boards with the Intel ME neutered/cleaned
(at least some ME modules removed). These boards only set the HAP bit in
the IFD - or have no Intel ME at all (Talos, POWER9) - so the suffix was
dropped. Rename the board files, front-matter title+permalink, and H1:
- novacustom-v540tu, novacustom-v560tu, novacustom-nv4x_adl
- nitropad-ns50
- msi_z790p_ddr5, msi_z690a_ddr5
- talos-2
@tlaurion
tlaurion force-pushed the fix/broken-links-232 branch from 57930e3 to 59d304c Compare September 1, 2026 03:51
@tlaurion
tlaurion requested a lite review from Copilot September 1, 2026 03:52

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.

Suppressed comments (7)

Installing-and-Configuring/Flashing-Guides/talos-2.md:4

  • Changing the permalink will break existing inbound links/bookmarks to the previous “-maximized” URL. If you want to preserve old URLs, add a redirect strategy (e.g., redirect_from with the jekyll-redirect-from plugin, or a stub page at the old permalink).
    Installing-and-Configuring/Flashing-Guides/novacustom-v560tu.md:4
  • Changing the permalink will break existing inbound links/bookmarks to the previous “-maximized” URL. If you want to preserve old URLs, add a redirect strategy (e.g., redirect_from with the jekyll-redirect-from plugin, or a stub page at the old permalink).
    Installing-and-Configuring/Flashing-Guides/novacustom-v540tu.md:4
  • Changing the permalink will break existing inbound links/bookmarks to the previous “-maximized” URL. If you want to preserve old URLs, add a redirect strategy (e.g., redirect_from with the jekyll-redirect-from plugin, or a stub page at the old permalink).
    Installing-and-Configuring/Flashing-Guides/novacustom-nv4x_adl.md:4
  • Changing the permalink will break existing inbound links/bookmarks to the previous “-maximized” URL. If you want to preserve old URLs, add a redirect strategy (e.g., redirect_from with the jekyll-redirect-from plugin, or a stub page at the old permalink).
    Installing-and-Configuring/Flashing-Guides/nitropad-ns50.md:4
  • Changing the permalink will break existing inbound links/bookmarks to the previous “-maximized” URL. If you want to preserve old URLs, add a redirect strategy (e.g., redirect_from with the jekyll-redirect-from plugin, or a stub page at the old permalink).
    Installing-and-Configuring/Flashing-Guides/msi_z790p_ddr5.md:4
  • Changing the permalink will break existing inbound links/bookmarks to the previous “-maximized” URL. If you want to preserve old URLs, add a redirect strategy (e.g., redirect_from with the jekyll-redirect-from plugin, or a stub page at the old permalink).
    Installing-and-Configuring/Flashing-Guides/msi_z690a_ddr5.md:4
  • Changing the permalink will break existing inbound links/bookmarks to the previous “-maximized” URL. If you want to preserve old URLs, add a redirect strategy (e.g., redirect_from with the jekyll-redirect-from plugin, or a stub page at the old permalink).

Comment thread Development/make-details.md Outdated
Comment on lines 51 to 53
Platform configurations are stored in `boards/$BOARD/$BOARD.config`
([list of boards can be found here]({{ site.baseurl }}/Prerequisites#supported-devices))
as well as the sub-modules necessary for the system.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 12 out of 12 changed files in this pull request and generated no new comments.

Suppressed comments (7)

Installing-and-Configuring/Flashing-Guides/novacustom-v540tu.md:5

  • Changing the permalink will break any existing inbound links/bookmarks to the previous *-maximized-flashing URL. Consider adding a redirect_from entry in the front matter to preserve the old path.
    Installing-and-Configuring/Flashing-Guides/novacustom-v560tu.md:5
  • Changing the permalink will break any existing inbound links/bookmarks to the previous *-maximized-flashing URL. Consider adding a redirect_from entry in the front matter to preserve the old path.
    Installing-and-Configuring/Flashing-Guides/novacustom-nv4x_adl.md:5
  • Changing the permalink will break any existing inbound links/bookmarks to the previous *-maximized-flashing URL. Consider adding a redirect_from entry in the front matter to preserve the old path.
    Installing-and-Configuring/Flashing-Guides/nitropad-ns50.md:5
  • Changing the permalink will break any existing inbound links/bookmarks to the previous *-maximized-flashing URL. Consider adding a redirect_from entry in the front matter to preserve the old path.
    Installing-and-Configuring/Flashing-Guides/msi_z790p_ddr5.md:5
  • Changing the permalink will break any existing inbound links/bookmarks to the previous *-maximized-flashing URL. Consider adding a redirect_from entry in the front matter to preserve the old path.
    Installing-and-Configuring/Flashing-Guides/msi_z690a_ddr5.md:5
  • Changing the permalink will break any existing inbound links/bookmarks to the previous *-maximized-flashing URL. Consider adding a redirect_from entry in the front matter to preserve the old path.
    Installing-and-Configuring/Flashing-Guides/talos-2.md:5
  • Changing the permalink will break any existing inbound links/bookmarks to the previous *-maximized-flashing URL. Consider adding a redirect_from entry in the front matter to preserve the old path.

tlaurion added a commit that referenced this pull request Sep 1, 2026
Address Copilot feedback: reword so the board config is not read as being
'stored in ... as well as the sub-modules'. The config is stored in
boards/$BOARD/$BOARD.config and additionally selects the sub-modules
required for the system.
@tlaurion
tlaurion requested a lite review from Copilot September 1, 2026 04:03

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 12 out of 12 changed files in this pull request and generated no new comments.

Suppressed comments (7)

Previously missed (7) — in code that hasn't changed since the last review.

Installing-and-Configuring/Flashing-Guides/talos-2.md:4

  • Changing the permalink will break any existing inbound links/bookmarks to the old ...-maximized-flashing/ URL. This repo’s Jekyll config (just-the-docs remote theme) doesn’t appear to enable a redirect plugin, so the old URL will likely become a hard 404. Consider either keeping the old permalink for stability, or adding explicit redirect stub pages for the previous permalinks.
    Installing-and-Configuring/Flashing-Guides/novacustom-v540tu.md:4
  • Changing the permalink will break any existing inbound links/bookmarks to the old ...-maximized-flashing/ URL. This repo’s Jekyll config (just-the-docs remote theme) doesn’t appear to enable a redirect plugin, so the old URL will likely become a hard 404. Consider either keeping the old permalink for stability, or adding explicit redirect stub pages for the previous permalinks.
    Installing-and-Configuring/Flashing-Guides/novacustom-v560tu.md:4
  • Changing the permalink will break any existing inbound links/bookmarks to the old ...-maximized-flashing/ URL. This repo’s Jekyll config (just-the-docs remote theme) doesn’t appear to enable a redirect plugin, so the old URL will likely become a hard 404. Consider either keeping the old permalink for stability, or adding explicit redirect stub pages for the previous permalinks.
    Installing-and-Configuring/Flashing-Guides/nitropad-ns50.md:4
  • Changing the permalink will break any existing inbound links/bookmarks to the old ...-maximized-flashing/ URL. This repo’s Jekyll config (just-the-docs remote theme) doesn’t appear to enable a redirect plugin, so the old URL will likely become a hard 404. Consider either keeping the old permalink for stability, or adding explicit redirect stub pages for the previous permalinks.
    Installing-and-Configuring/Flashing-Guides/msi_z690a_ddr5.md:4
  • Changing the permalink will break any existing inbound links/bookmarks to the old ...-maximized-flashing/ URL. This repo’s Jekyll config (just-the-docs remote theme) doesn’t appear to enable a redirect plugin, so the old URL will likely become a hard 404. Consider either keeping the old permalink for stability, or adding explicit redirect stub pages for the previous permalinks.
    Installing-and-Configuring/Flashing-Guides/novacustom-nv4x_adl.md:4
  • Changing the permalink will break any existing inbound links/bookmarks to the old ...-maximized-flashing/ URL. This repo’s Jekyll config (just-the-docs remote theme) doesn’t appear to enable a redirect plugin, so the old URL will likely become a hard 404. Consider either keeping the old permalink for stability, or adding explicit redirect stub pages for the previous permalinks.
    Installing-and-Configuring/Flashing-Guides/msi_z790p_ddr5.md:4
  • Changing the permalink will break any existing inbound links/bookmarks to the old ...-maximized-flashing/ URL. This repo’s Jekyll config (just-the-docs remote theme) doesn’t appear to enable a redirect plugin, so the old URL will likely become a hard 404. Consider either keeping the old permalink for stability, or adding explicit redirect stub pages for the previous permalinks.

…rd config example (#239)

Renames non-ME-neutered board flashing guides to drop the '-maximized'
suffix (and updates permalinks/H1s/titles accordingly). Also clarifies the
board config example in make-details so the relation between a board config
and its selected sub-modules is explicit.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 12 out of 12 changed files in this pull request and generated no new comments.

Suppressed comments (7)

Installing-and-Configuring/Flashing-Guides/talos-2.md:5

  • Changing the permalink will break any existing inbound links/bookmarks to the prior "-maximized" URL. Consider adding a redirect to preserve backward compatibility.
    Installing-and-Configuring/Flashing-Guides/novacustom-v560tu.md:5
  • Changing the permalink will break any existing inbound links/bookmarks to the prior "-maximized" URL. Consider adding a redirect to preserve backward compatibility.
    Installing-and-Configuring/Flashing-Guides/novacustom-v540tu.md:5
  • Changing the permalink will break any existing inbound links/bookmarks to the prior "-maximized" URL. Consider adding a redirect to preserve backward compatibility.
    Installing-and-Configuring/Flashing-Guides/novacustom-nv4x_adl.md:5
  • Changing the permalink will break any existing inbound links/bookmarks to the prior "-maximized" URL. Consider adding a redirect to preserve backward compatibility.
    Installing-and-Configuring/Flashing-Guides/nitropad-ns50.md:5
  • Changing the permalink will break any existing inbound links/bookmarks to the prior "-maximized" URL. Consider adding a redirect to preserve backward compatibility.
    Installing-and-Configuring/Flashing-Guides/msi_z790p_ddr5.md:5
  • Changing the permalink will break any existing inbound links/bookmarks to the prior "-maximized" URL. Consider adding a redirect to preserve backward compatibility.
    Installing-and-Configuring/Flashing-Guides/msi_z690a_ddr5.md:5
  • Changing the permalink will break any existing inbound links/bookmarks to the prior "-maximized" URL. Consider adding a redirect to preserve backward compatibility.

@tlaurion
tlaurion merged commit b4066b5 into master Sep 1, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Standardize board flashing guides (model on the T480s layout) Fix broken external links in the wiki

2 participants