summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYamaArashi <YamaArashi@users.noreply.github.com>2016-11-28 00:47:58 -0800
committerGitHub <noreply@github.com>2016-11-28 00:47:58 -0800
commit831f8cd4fd94613d6b52d87df1b4903bedfaa717 (patch)
treee7a884332b384a45e22d6b9fe6b46e4798a5abb5
parent1a6a2d2d638d91030b7d0d424f7663f0544d0bf7 (diff)
Restore devkitARM links
-rw-r--r--INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 4aad0e7e1..27185fba6 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -2,7 +2,7 @@ First, you must put a Pokémon Ruby 1.0 (US) ROM in the root directory of the re
# Linux
-Install [**devkitARM**](http://mirror.clarkson.edu/devkitPro/devkitARM/devkitARM_r45/).
+Install [**devkitARM**](http://devkitpro.org/wiki/Getting_Started/devkitARM).
Make sure that there is an environment variable called DEVKITARM with the path of the directory before the "bin" directory containing "arm-none-eabi-as", "arm-none-eabi-cpp", "arm-none-eabi-ld" and "arm-none-eabi-objcopy".
@@ -21,7 +21,7 @@ Finally, build the rom.
# Windows
-Install [**devkitARM**](http://mirror.clarkson.edu/devkitPro/devkitARM/devkitARM_r45/).
+Install [**devkitARM**](http://devkitpro.org/wiki/Getting_Started/devkitARM).
Then get the compiled tools from https://github.com/YamaArashi/pokeruby-tools. Copy the `tools/` folder over the `tools/` folder in your pokeruby directory.