diff --git a/_pages/en_US/troubleshooting.txt b/_pages/en_US/troubleshooting.txt index 283ac88144428..3b31f652ea743 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 }}