doc: fix broken links in README and board docs

Point to zephyr/sdk release pages instead of non-existent downloads page
on project website.

Fixes #21706

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2020-03-12 15:41:57 -04:00
parent a6f15d9fd5
commit 2215d21104
2 changed files with 2 additions and 2 deletions

View file

@ -52,7 +52,7 @@ Here's a quick summary of resources to help you find your way around:
* **Source Code**: https://github.com/zephyrproject-rtos/zephyr is the main
repository; https://elixir.bootlin.com/zephyr/latest/source contains a
searchable index
* **Releases**: https://zephyrproject.org/developers/#downloads
* **Releases**: https://github.com/zephyrproject-rtos/zephyr/releases
* **Samples and example code**: see `Sample and Demo Code Examples`_
* **Mailing Lists**: users@lists.zephyrproject.org and
devel@lists.zephyrproject.org are the main user and developer mailing lists,

View file

@ -19,7 +19,7 @@ Get the Toolchain and QEMU
**************************
The minimum version of the `Zephyr SDK tools
<https://www.zephyrproject.org/developers/#downloads>`_
<https://github.com/zephyrproject-rtos/sdk-ng/releases>`_
with toolchain and QEMU support for the RISV64 architecture is v0.10.2.
Please see the :ref:`installation instructions <install-required-tools>`
for more details.