From 8295c879448b54a67f60268b40b1a44b65c2897d Mon Sep 17 00:00:00 2001 From: Plailect Date: Wed, 8 Aug 2018 18:09:56 -0400 Subject: [PATCH] move to dedicated files folder --- _pages/en_US/get-started.txt | 4 ++-- _pages/en_US/vwii-modding.txt | 4 ++-- .../files}/Patched_IOS80_Installer_for_vWii.zip | Bin {images => assets/files}/config.ini | 0 {images => assets/files}/config.txt | 2 +- .../files}/vWii_cIOS_apps_20131218.zip | Bin 6 files changed, 5 insertions(+), 5 deletions(-) rename {images => assets/files}/Patched_IOS80_Installer_for_vWii.zip (100%) rename {images => assets/files}/config.ini (100%) rename {images => assets/files}/config.txt (76%) rename {images => assets/files}/vWii_cIOS_apps_20131218.zip (100%) diff --git a/_pages/en_US/get-started.txt b/_pages/en_US/get-started.txt index e679fde1..cfdefa57 100644 --- a/_pages/en_US/get-started.txt +++ b/_pages/en_US/get-started.txt @@ -23,8 +23,8 @@ Before starting, you may want to check your SD card for errors using [H2testw (W ### What You Need -* [config.txt]({{ "/images/config.txt" | absolute_url }}){:download="config.txt"} -* [config.ini]({{ "/images/config.ini" | absolute_url }}){:download="config.ini"} +* [config.txt]({{ "/assets/files/config.txt" | absolute_url }}){:download="config.txt"} +* [config.ini]({{ "/assets/files/config.ini" | absolute_url }}){:download="config.ini"} * The latest release of [Homebrew App Store](https://github.com/vgmoose/hbas/releases/latest) * The latest release of [WUP Installer GX2](http://wiiubru.com/appstore/zips/wup_installer_gx2.zip) * The latest release of [disc2app](https://github.com/koolkdev/disc2app/releases/latest) diff --git a/_pages/en_US/vwii-modding.txt b/_pages/en_US/vwii-modding.txt index 5ceba20e..2bd624c8 100644 --- a/_pages/en_US/vwii-modding.txt +++ b/_pages/en_US/vwii-modding.txt @@ -10,8 +10,8 @@ This will allow you to install the Homebrew Channel and other modifications to t ### What You Need -* [vWii_cIOS_apps_20131218.zip]({{ "/images/vWii_cIOS_apps_20131218.zip" | absolute_url }}){:download} -* [Patched_IOS80_Installer_for_vWii.zip]({{ "/images/Patched_IOS80_Installer_for_vWii.zip" | absolute_url }}){:download} +* [vWii_cIOS_apps_20131218.zip]({{ "/assets/files/vWii_cIOS_apps_20131218.zip" | absolute_url }}){:download} +* [Patched_IOS80_Installer_for_vWii.zip]({{ "/assets/files/Patched_IOS80_Installer_for_vWii.zip" | absolute_url }}){:download} * The latest release of [WUPhax](http://wiiubru.com/appstore/zips/wuphax.zip) * The latest release of [Hackmii Installer](https://bootmii.org/download/) * A previous release of [the Homebrew Launcher](https://github.com/dimok789/homebrew_launcher/releases/tag/v1.3) *(the launcher `.zip` file)* diff --git a/images/Patched_IOS80_Installer_for_vWii.zip b/assets/files/Patched_IOS80_Installer_for_vWii.zip similarity index 100% rename from images/Patched_IOS80_Installer_for_vWii.zip rename to assets/files/Patched_IOS80_Installer_for_vWii.zip diff --git a/images/config.ini b/assets/files/config.ini similarity index 100% rename from images/config.ini rename to assets/files/config.ini diff --git a/images/config.txt b/assets/files/config.txt similarity index 76% rename from images/config.txt rename to assets/files/config.txt index e3beefbe..ef0be34c 100644 --- a/images/config.txt +++ b/assets/files/config.txt @@ -1,2 +1,2 @@ -a=wiiu/apps/homebrew_launcher/homebrew_launcher.elf +a=wiiu/apps/homebrew_launcher/homebrew_launcher.elf default=sysmenu \ No newline at end of file diff --git a/images/vWii_cIOS_apps_20131218.zip b/assets/files/vWii_cIOS_apps_20131218.zip similarity index 100% rename from images/vWii_cIOS_apps_20131218.zip rename to assets/files/vWii_cIOS_apps_20131218.zip