summaryrefslogtreecommitdiff
path: root/docs/reference/getting_started.rst
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-12-27 09:58:07 +0700
committerhathach <[email protected]>2024-12-27 11:34:35 +0700
commit824793a428aea082b4ae887ce7a26b4736e1d2cc (patch)
treeffe24c44e4349eb0599a0517c7aaed81e8c6e5d1 /docs/reference/getting_started.rst
parent6a36c74b10b25f1455d83ba473fff52a9dbcc6d2 (diff)
move mcu supported to README.rst, separated supported boards to boards.rst
Diffstat (limited to 'docs/reference/getting_started.rst')
-rw-r--r--docs/reference/getting_started.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/getting_started.rst b/docs/reference/getting_started.rst
index 671e9fb11..963420f7b 100644
--- a/docs/reference/getting_started.rst
+++ b/docs/reference/getting_started.rst
@@ -50,7 +50,7 @@ It is relatively simple to incorporate tinyusb to your project
Examples
--------
-For your convenience, TinyUSB contains a handful of examples for both host and device with/without RTOS to quickly test the functionality as well as demonstrate how API() should be used. Most examples will work on most of `the supported boards <supported.rst>`_. Firstly we need to ``git clone`` if not already
+For your convenience, TinyUSB contains a handful of examples for both host and device with/without RTOS to quickly test the functionality as well as demonstrate how API() should be used. Most examples will work on most of `the supported boards <boards.rst>`_. Firstly we need to ``git clone`` if not already
.. code-block::