diff --git a/dsidev/f-writer.html b/dsidev/f-writer.html
index b4413dc..5158c36 100755
--- a/dsidev/f-writer.html
+++ b/dsidev/f-writer.html
@@ -1,6 +1,7 @@
---
layout: devinfo
app: F-WRITER
+redirect_from: /dsidev/fwriter.html
---
F-WRITER is used to flash Korean firmware* onto DS lites in the factories. This program features a UI similar to that of NTR Aging/Nitro EVA. It comes with the following tests:
diff --git a/dsidev/machinesettings.html b/dsidev/machinesettings.html
index 193b362..140a6bf 100755
--- a/dsidev/machinesettings.html
+++ b/dsidev/machinesettings.html
@@ -1,6 +1,7 @@
---
layout: devinfo
app: MachineSettings
+redirect_from: /dsidev/settings.html
---
The majority of this information comes from TCRF, linked here. Go check them out, they're an amazing resource.
MachineSettings is a prototype version of the SystemSettings. It can be found installed or deleted in prototypes, development units, and in some retail NANDs, and there is source code for it in TwlIPL (gigaleaks). MachineSettings is missing some features present in the release version such as data management, internet, and system updates.
diff --git a/dsidev/nandsoundplayer.html b/dsidev/nandsoundplayer.html
index bfeda6d..77957f3 100644
--- a/dsidev/nandsoundplayer.html
+++ b/dsidev/nandsoundplayer.html
@@ -1,6 +1,7 @@
---
layout: devinfo
app: NANDSoundPlayer
+redirect_from: /dsidev/soundplayer.html
---
NAND SoundPlayer plays music/sound effects a .sdat sound archive on the SD card. You can play sounds at either 32730 or 47610 Hz, and use different sound effects (stereo, mono, surround, etc).
diff --git a/dsidev/sequencerrvl.html b/dsidev/sequencerrvl.html
index 33ca3b7..3c226ab 100644
--- a/dsidev/sequencerrvl.html
+++ b/dsidev/sequencerrvl.html
@@ -1,4 +1,5 @@
---
layout: devinfo
app: SequencerRVL
+redirect_from: /dsidev/twleva.html
---
diff --git a/dsidev/shop.html b/dsidev/shop.html
index c28299c..1dee912 100644
--- a/dsidev/shop.html
+++ b/dsidev/shop.html
@@ -1,6 +1,7 @@
---
layout: devinfo
app: Shop
+redirect_from: /dsidev/dsishop.html
---
This is a DSi Shop used for debugging.
diff --git a/dsidev/tcl_2.html b/dsidev/tcl_2.html
index 64a014b..8346259 100644
--- a/dsidev/tcl_2.html
+++ b/dsidev/tcl_2.html
@@ -1,6 +1,7 @@
---
layout: devinfo
app: tcl_2
+redirect_from: /dsidev/tcl-2.html
---
tcl-2 converts HNI_0037.bmp and HNI_0040.bmp (found in romfs) to .jpg, then copies them to the photo region of NAND (also updates pit.bin accordingly). The copied images are valid and pass PhotoChecker's tests.
This specific version off the app comes with two other photos (boy.bmp and 001.bmp) of a young boy and a slice of cake. These are not not used in the demo.
Note: this version of the app seems to be slightly different from the tcl-2 demo in the TWL SDK. More info on that to come later.