doc: gsg: provide a working link to the Zephyr SDK download page

The command-line is correct but specifies a particular release, which
may be out of date, and is not formatted as a URL that can be clicked.
Add a proper link.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
Peter Bigot 2020-04-15 11:12:28 -05:00 committed by Ioannis Glaropoulos
commit 97a5ec0d4f
2 changed files with 6 additions and 2 deletions

View file

@ -331,7 +331,9 @@ including: compiler, assembler, linker, and their dependencies.
|p|
#. Download the latest SDK as a self-extracting installation binary:
#. Download the `latest SDK
<https://github.com/zephyrproject-rtos/sdk-ng/releases>`_ as a
self-extracting installation binary:
.. code-block:: bash

View file

@ -233,7 +233,9 @@ following target architectures:
Follow these steps to install the Zephyr SDK:
#. Download the latest SDK as a self-extracting installation binary:
#. Download the `latest SDK
<https://github.com/zephyrproject-rtos/sdk-ng/releases>`_ as a
self-extracting installation binary:
.. code-block:: console