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:
parent
a6f15d9fd5
commit
2215d21104
|
@ -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,
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue