From f5efa59fc38fe32462a6fefdc35c34b78826e0d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Tue, 26 Sep 2023 10:51:39 +0200 Subject: [PATCH] boards: riscv: doc: Fix link to getting started guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Do not use hardcoded http link to the getting started guide but a proper ref instead. Signed-off-by: Benjamin Cabé --- boards/riscv/tlsr9518adk80d/doc/index.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/boards/riscv/tlsr9518adk80d/doc/index.rst b/boards/riscv/tlsr9518adk80d/doc/index.rst index aad7ef3ae91..4bf62efdf78 100644 --- a/boards/riscv/tlsr9518adk80d/doc/index.rst +++ b/boards/riscv/tlsr9518adk80d/doc/index.rst @@ -151,7 +151,7 @@ Building .. important:: These instructions assume you've set up a development environment as - described in the `Zephyr Getting Started Guide`_. + described in the :ref:`getting_started`. To build applications using the default RISC-V toolchain from Zephyr SDK, just run the west build command. Here is an example for the "hello_world" application. @@ -265,4 +265,3 @@ References .. _Burning and Debugging Tools for all Series: https://wiki.telink-semi.cn/wiki/IDE-and-Tools/Burning-and-Debugging-Tools-for-all-Series/ .. _Burning and Debugging Tools for TLSR9 Series: https://wiki.telink-semi.cn/wiki/IDE-and-Tools/Burning-and-Debugging-Tools-for-TLSR9-Series/ .. _Burning and Debugging Tools for TLSR9 Series in Linux: https://wiki.telink-semi.cn/wiki/IDE-and-Tools/BDT_for_TLSR9_Series_in_Linux/ -.. _Zephyr Getting Started Guide: https://docs.zephyrproject.org/latest/getting_started/index.html