doc: Update for Zephyr SDK 0.13.2

Update the Getting Started Guide to point to the Zephyr SDK 0.13.2
release.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
diff --git a/doc/getting_started/index.rst b/doc/getting_started/index.rst
index 28c70f2..c1f5579 100644
--- a/doc/getting_started/index.rst
+++ b/doc/getting_started/index.rst
@@ -487,14 +487,14 @@
          .. code-block:: bash
 
             cd ~
-            wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.13.1/zephyr-sdk-0.13.1-linux-x86_64-setup.run
+            wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.13.2/zephyr-sdk-0.13.2-linux-x86_64-setup.run
 
-      #. Run the installer, installing the SDK in :file:`~/zephyr-sdk-0.13.1`:
+      #. Run the installer, installing the SDK in :file:`~/zephyr-sdk-0.13.2`:
 
          .. code-block:: bash
 
-            chmod +x zephyr-sdk-0.13.1-linux-x86_64-setup.run
-            ./zephyr-sdk-0.13.1-linux-x86_64-setup.run -- -d ~/zephyr-sdk-0.13.1
+            chmod +x zephyr-sdk-0.13.2-linux-x86_64-setup.run
+            ./zephyr-sdk-0.13.2-linux-x86_64-setup.run -- -d ~/zephyr-sdk-0.13.2
 
          .. note::
             It is recommended to install the Zephyr SDK at one of the following locations:
@@ -507,7 +507,7 @@
             * ``/usr/zephyr-sdk[-x.y.z]``
             * ``/usr/local/zephyr-sdk[-x.y.z]``
 
-            where ``[-x.y.z]`` is optional text, and can be any text, for example ``-0.13.1``.
+            where ``[-x.y.z]`` is optional text, and can be any text, for example ``-0.13.2``.
 
             If installing the Zephyr SDK outside any of those locations, please read: :ref:`zephyr_sdk`
 
@@ -518,7 +518,7 @@
 
          .. code-block:: bash
 
-            sudo cp ~/zephyr-sdk-0.13.1/sysroots/x86_64-pokysdk-linux/usr/share/openocd/contrib/60-openocd.rules /etc/udev/rules.d
+            sudo cp ~/zephyr-sdk-0.13.2/sysroots/x86_64-pokysdk-linux/usr/share/openocd/contrib/60-openocd.rules /etc/udev/rules.d
             sudo udevadm control --reload
 
    .. group-tab:: macOS
diff --git a/doc/getting_started/installation_linux.rst b/doc/getting_started/installation_linux.rst
index 8cc5794..bdfcaaa 100644
--- a/doc/getting_started/installation_linux.rst
+++ b/doc/getting_started/installation_linux.rst
@@ -240,19 +240,19 @@
 
    .. code-block:: console
 
-      wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.13.1/zephyr-sdk-0.13.1-linux-x86_64-setup.run
+      wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.13.2/zephyr-sdk-0.13.2-linux-x86_64-setup.run
 
-   (You can change *0.13.1* to another version if needed; the `Zephyr
+   (You can change *0.13.2* to another version if needed; the `Zephyr
    Downloads`_ page contains all available SDK releases.)
 
 #. Run the installation binary, installing the SDK at
-   :file:`~/zephyr-sdk-0.13.1`:
+   :file:`~/zephyr-sdk-0.13.2`:
 
    .. code-block:: console
 
       cd <sdk download directory>
-      chmod +x zephyr-sdk-0.13.1-linux-x86_64-setup.run
-      ./zephyr-sdk-0.13.1-linux-x86_64-setup.run -- -d ~/zephyr-sdk-0.13.1
+      chmod +x zephyr-sdk-0.13.2-linux-x86_64-setup.run
+      ./zephyr-sdk-0.13.2-linux-x86_64-setup.run -- -d ~/zephyr-sdk-0.13.2
 
    You can pick another directory if you want. If this fails, make sure
    Zephyr's dependencies were installed as described in `Install Requirements
@@ -272,7 +272,7 @@
    * ``/usr/zephyr-sdk[-x.y.z]``
    * ``/usr/local/zephyr-sdk[-x.y.z]``
 
-   where ``[-x.y.z]`` is optional text, and can be any text, for example ``-0.13.1``.
+   where ``[-x.y.z]`` is optional text, and can be any text, for example ``-0.13.2``.
 
    If you install the Zephyr SDK outside any of those locations, then it is
    required to register the Zephyr SDK in the CMake package registry during
@@ -283,7 +283,7 @@
    containing multiple Zephyr SDKs, allowing for automatic toolchain selection,
    for example: ``ZEPHYR_SDK_INSTALL_DIR=/company/tools``
 
-   * ``/company/tools/zephyr-sdk-0.13.1``
+   * ``/company/tools/zephyr-sdk-0.13.2``
    * ``/company/tools/zephyr-sdk-a.b.c``
    * ``/company/tools/zephyr-sdk-x.y.z``