From 550a7a6e5b585786bbda6796edfde1db3d5c00e0 Mon Sep 17 00:00:00 2001 From: TophattedWasTaken <137208851+TophattedWasTaken@users.noreply.github.com> Date: Sat, 24 Aug 2024 12:57:29 -0500 Subject: [PATCH] Troubleshooting: Update finalize.romfs link --- _pages/en_US/troubleshooting.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pages/en_US/troubleshooting.txt b/_pages/en_US/troubleshooting.txt index 283ac88144..3b31f652ea 100644 --- a/_pages/en_US/troubleshooting.txt +++ b/_pages/en_US/troubleshooting.txt @@ -493,7 +493,7 @@ The steps below can be attempted in any order, but are listed from easiest to ha {% capture compat %} Error #22: finalize.romfs is invalid -The file `finalize.romfs` is corrupt or unreadable. [Re-download it](/assets/finalize.romfs) and copy it to the root of the SD card, replacing any existing copy, then try again. +The file `finalize.romfs` is corrupt or unreadable. [Re-download it](https://github.com/hacks-guide/finalize/releases/latest/download/finalize.romfs) and copy it to the root of the SD card, replacing any existing copy, then try again. {% endcapture %}
{{ compat | markdownify }}