Update links for Windows

Update ARM Toolchain links for Windows to the version 8
diff --git a/docs/get_started/native_install/cross_tools.rst b/docs/get_started/native_install/cross_tools.rst
index 5300c54..0cf1686 100644
--- a/docs/get_started/native_install/cross_tools.rst
+++ b/docs/get_started/native_install/cross_tools.rst
@@ -64,9 +64,9 @@
 Installing the ARM Toolchain for Windows
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-#.  Download and run the `installer <https://launchpad.net/gcc-arm-embedded/4.9/4.9-2015-q2-update/+download/gcc-arm-none-eabi-4_9-2015q2-20150609-win32.exe>`__
+#.  Download and run the `installer <https://developer.arm.com/-/media/Files/downloads/gnu-rm/8-2018q4/gcc-arm-none-eabi-8-2018-q4-major-win32.exe>`__
     to install arm-none-eabi-gcc and arm-none-eabi-gdb. Select the default
-    destination folder: **C:\\Program Files (x86)\\GNU Tools ARM Embedded\\4.9 2015q2**.
+    destination folder: **C:\\Program Files (x86)\\GNU Tools ARM Embedded\\8 2018-q4-major**.
 
     **Notes:**
 
@@ -84,9 +84,9 @@
     .. code-block:: console
 
         $ which arm-none-eabi-gcc
-        /c/Program Files (x86)/GNU Tools ARM Embedded/4.9 2015q2/bin/arm-none-eabi-gcc
+        /c/Program Files (x86)/GNU Tools ARM Embedded/8 2018-q4-major/bin/arm-none-eabi-gcc
         $which arm-none-eabi-gdb
-        /c/Program Files (x86)/GNU Tools ARM Embedded/4.9 2015q2/bin/arm-none-eabi-gdb
+        /c/Program Files (x86)/GNU Tools ARM Embedded/8 2018-q4-major/bin/arm-none-eabi-gdb
 
 Installing the Debuggers
 ------------------------