From 4d4d6bf2b4f09164f96ca185a4d8287dcc07a26a Mon Sep 17 00:00:00 2001 From: VGAparadise <5324416+vgaparadise@users.noreply.github.com> Date: Tue, 20 Nov 2018 01:36:30 -0500 Subject: [PATCH] fixed link to installupdateportlibs.sh --- pages/dev/dev_compile_loader.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/dev/dev_compile_loader.md b/pages/dev/dev_compile_loader.md index 2feec83..e71c494 100644 --- a/pages/dev/dev_compile_loader.md +++ b/pages/dev/dev_compile_loader.md @@ -19,8 +19,7 @@ Before the loader can be compiled, dependencies need to be installed. This can b ### Installing libraries via bash script The plugin system provides an experimental bash script that clones all needed git repositories and builds/installs these libraries. -The script can be found here: -https://github.com/Maschell/WiiUPluginSystem/blob/master/installupdateportlibs.sh +The script can be found [here](https://github.com/Maschell/WiiUPluginLoader/blob/master/installupdateportlibs.sh) Before the bash script can be used, make sure you have the following tools installed and set to your `PATH` variable. ```