Skip to content

Commit 5a82112

Browse files
Copilothathach
andcommitted
docs: fix .rst links to use Sphinx :doc: role for proper HTML generation
Co-authored-by: hathach <[email protected]>
1 parent 0587419 commit 5a82112

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/getting_started.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To incorporate tinyusb to your project
5050
Examples
5151
--------
5252

53-
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
53+
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 :doc:`the supported boards <boards>`. Firstly we need to ``git clone`` if not already
5454

5555
.. code-block:: bash
5656
@@ -77,7 +77,7 @@ The hardware code is located in ``hw/bsp`` folder, and is organized by family/bo
7777
$ cd examples/device/cdc_msc
7878
$ make BOARD=feather_nrf52840_express get-deps
7979
80-
You only need to do this once per family. Check out `complete list of dependencies and their designated path here <dependencies.rst>`_
80+
You only need to do this once per family. Check out :doc:`complete list of dependencies and their designated path here <dependencies>`
8181

8282
Build Examples
8383
^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)