diff --git a/README.rst b/README.rst index af897687754..3b2d87091ee 100644 --- a/README.rst +++ b/README.rst @@ -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, diff --git a/boards/riscv/qemu_riscv64/doc/index.rst b/boards/riscv/qemu_riscv64/doc/index.rst index e28463bd1c8..37db943c262 100644 --- a/boards/riscv/qemu_riscv64/doc/index.rst +++ b/boards/riscv/qemu_riscv64/doc/index.rst @@ -19,7 +19,7 @@ Get the Toolchain and QEMU ************************** The minimum version of the `Zephyr SDK tools -`_ +`_ with toolchain and QEMU support for the RISV64 architecture is v0.10.2. Please see the :ref:`installation instructions ` for more details.