diff --git a/DNE-Setup.mediawiki b/DNE-Setup.mediawiki
deleted file mode 100644
index f84e657..0000000
--- a/DNE-Setup.mediawiki
+++ /dev/null
@@ -1,31 +0,0 @@
-''' DO NOT EDIT '''
-
-==== Get the Arduino IDE ====
-* Obtain the latest non-beta Arduino software IDE / toolset from the [http://www.arduino.cc/en/Main/Software Arduino website].
-* Install following the usual procedure for your computer system.
-
-==== Download Marlin Firmware ====
-* [https://github.com/MarlinFirmware/MarlinDev Latest Development version]
-** Use the Download Zip button for the latest code (HEAD), or
-** For development use the Fork button to make a fork. See [[Contributing|Contributing to Marlin]].
-* [https://github.com/MarlinFirmware/Marlin/archive/RC.zip 1.1.0 Release Candidate] (beta)
-* [https://github.com/MarlinFirmware/Marlin/releases Stable versions]
-** [https://github.com/MarlinFirmware/Marlin/archive/1.0.2-1.zip Version 1.0.2-1]
-** [https://github.com/MarlinFirmware/Marlin/archive/1.0.1.zip Version 1.0.1]
-
-Some boards require special files and/or libraries from the ArduinoAddons directory. See the README file in ArduinoAddons for details.
-
-==== Edit Your Marlin Configuration ====
-* Start the Arduino IDE.
-* Open the Marlin.ino file, to load the project code.
-* Use the Arduino IDE (or your favorite text editor) to edit Configuration.h and Configuration_adv.h. There's a lot of documentation in these files, but please raise an issue on Github if you need help.
-
-See [[Marlin Configuration]] for more detailed documentation on configuring Marlin, currently a work-in-progress.
-
-==== Flash The Controller ====
-* In Arduino IDE, select your micro-controller from the Tools -> Board menu
-* Select the serial port to which the machine is connected from the Tools -> Serial Port menu
-* Click the Verify/Compile button to see that the code is okay.
-* Click the Upload button. If all goes well the firmware will upload and restart.
-
-That's it. Now that you've flashed Marlin to your board, Enjoy Silky Smooth Printing!
\ No newline at end of file
diff --git a/Installing-Marlin.mediawiki b/Installing-Marlin.mediawiki
new file mode 100644
index 0000000..84e805e
--- /dev/null
+++ b/Installing-Marlin.mediawiki
@@ -0,0 +1 @@
+[Article on marlinfw.org](http://marlinfw.org/docs/basics/install.html)
\ No newline at end of file